Skip to content

Commit 29c5952

Browse files
authored
Update README.markdown
Though "indexes" is grammatically correct, the word "indices" is used in Apple documentation.
1 parent bb4e0a9 commit 29c5952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Union-Find/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Here's illustration of what I mean. Let's say the tree looks like this:
119119

120120
![BeforeFind](Images/BeforeFind.png)
121121

122-
We call `setOf(4)`. To find the root node we have to first go to node `2` and then to node `7`. (The indexes of the elements are marked in red.)
122+
We call `setOf(4)`. To find the root node we have to first go to node `2` and then to node `7`. (The indices of the elements are marked in red.)
123123

124124
During the call to `setOf(4)`, the tree is reorganized to look like this:
125125

0 commit comments

Comments
 (0)