Skip to content

Commit f2e063e

Browse files
committed
fix typo
1 parent 8ad2322 commit f2e063e

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
@@ -932,7 +932,7 @@ C<NFKD> methods if other forms are required.
932932
933933
Replaces one or many characters with one or many characters. Ranges are
934934
supported, both for keys and values. Regexes work as keys. In case a list of
935-
keys and values is used, substrings can be replaced aswell. When called with
935+
keys and values is used, substrings can be replaced as well. When called with
936936
C<:complement> anything but the matched value or range is replaced with a
937937
single value. With C<:delete> the matched characters are removed. Combining
938938
C<:complement> and C<:delete> will remove anything but the matched values. The

0 commit comments

Comments
 (0)