Skip to content

Commit d2f4f05

Browse files
committed
Spelling correction
1 parent fb97daa commit d2f4f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/z_function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
e.x. for string 'abab' for second index value would be 2
99
10-
The main adventage of the algoirthm is that it's linear, using dynamic programming
10+
The main adventage of the algorithm is that it's linear, using dynamic programming
1111
1212
Time Complexity: O(n) - where n is the length of the string
1313

0 commit comments

Comments
 (0)