Skip to content

Commit

Permalink
this is fine without possessive
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 19, 2016
1 parent df4f847 commit 30b9319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -705,7 +705,7 @@ The following adverbs are supported
short long meaning
===== ==== =======
:g :global tries to match as often as possible
:nth(Int|Callable) only substitute the nth's match; aliases: :st, :nd, :rd, and :th
:nth(Int|Callable) only substitute the nth match; aliases: :st, :nd, :rd, and :th
:ss :samespace preserves whitespace on substitution
:ii :samecase preserves case on substitution
:mm :samemark preserves character marks (e.g. 'ü' replaced with 'o' will result in 'ö')
Expand Down

0 comments on commit 30b9319

Please sign in to comment.