Skip to content

Commit

Permalink
A simple spelling mistake (CryptozombiesHQ#414)
Browse files Browse the repository at this point in the history
A simple spelling mistake
  • Loading branch information
hankxdev authored Jun 22, 2019
2 parents 60272ac + d8477f2 commit c151efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zh/7/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ material:
ZBSerializer.SerializedGameStateChanges memory changes;
```

顾名思义,`chenges`是指我们将对游戏状态进行的所有更改,我们将在此函数结束时返回。
顾名思义,`changes`是指我们将对游戏状态进行的所有更改,我们将在此函数结束时返回。

在声明它之后,我们还需要对它初始化:

Expand All @@ -507,4 +507,4 @@ changes.init();

1.`内存`中声明一个名为`changes``ZBSerializer.SerializedGameStateChanges`

2. 调用`changes.init()`
2. 调用`changes.init()`

0 comments on commit c151efb

Please sign in to comment.