Skip to content

Commit 5d18ba7

Browse files
committed
s/occurances/occurences/
1 parent 00c2f8c commit 5d18ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Defined as:
169169
multi method indices(Str:D: Str:D $needle, :$overlap --> List:D)
170170
multi method indices(Str:D: Str:D $needle, Int:D $start, :$overlap --> List:D)
171171
172-
Searches for all occurances of C<$needle> in the string starting from position
172+
Searches for all occurences of C<$needle> in the string starting from position
173173
C<$start>, or zero if it is not specified, and returns a C<List> with all offsets
174174
in the string where C<$needle> was found, or an empty list if it was not found.
175175

0 commit comments

Comments
 (0)