Skip to content

Commit ad46c27

Browse files
committed
Update 32.迭代器模式.md
1 parent 9716459 commit ad46c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

32.迭代器模式.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public class ArrayListIterator {
5656

5757
## 32.3 迭代器模式
5858

59-
**意图**使用同一的方式遍历集合的哥哥元素,而无需暴露集合的内部结构。
59+
**意图**使用统一的方式遍历集合的各个元素,而无需暴露集合的内部结构。

0 commit comments

Comments
 (0)