Skip to content

Commit de75a87

Browse files
committed
grammar
1 parent d171528 commit de75a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/searching/bmh_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Pre: a string > substring.
1212
13-
Post: returns a list of indexes where the substring was found.
13+
Post: returns a list of indices where the substring was found.
1414
1515
Time: Complexity: O(m + n), where m is the substring to be found.
1616

0 commit comments

Comments
 (0)