Skip to content

Commit b2ee93c

Browse files
author
Draveness
committed
Fixed typo
1 parent bde6b42 commit b2ee93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/上古时代 Objective-C 中哈希表的实现.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ int NXNextHashState (NXHashTable *table, NXHashState *state, void **data) {
492492
};
493493
```
494494
495-
下面的 gif 为我么么展示了每一次调用 `NXNextHashState` 方法之后当前的 `NXHashState`:
495+
下面的 gif 为我们展示了每一次调用 `NXNextHashState` 方法之后当前的 `NXHashState`:
496496
497497
![objc-hashtable-hashstate-next](../images/objc-hashtable-hashstate-next.gif)
498498

0 commit comments

Comments
 (0)