We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c2f8c commit 5d18ba7Copy full SHA for 5d18ba7
doc/Type/Str.pod6
@@ -169,7 +169,7 @@ Defined as:
169
multi method indices(Str:D: Str:D $needle, :$overlap --> List:D)
170
multi method indices(Str:D: Str:D $needle, Int:D $start, :$overlap --> List:D)
171
172
-Searches for all occurances of C<$needle> in the string starting from position
+Searches for all occurences of C<$needle> in the string starting from position
173
C<$start>, or zero if it is not specified, and returns a C<List> with all offsets
174
in the string where C<$needle> was found, or an empty list if it was not found.
175
0 commit comments