Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct spelling of possessive 'its'
  • Loading branch information
tbrowder committed Sep 29, 2016
1 parent c776b84 commit 9008874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/modules.pod6
Expand Up @@ -329,7 +329,7 @@ the module.
dd URI::Escape::EXPORT::.keys;$
# OUTPUT«("DEFAULT", "ALL").Seq»
Then use the tag you like and pick the symbol by it's name.
Then use the tag you like and pick the symbol by its name.
dd URI::Escape::EXPORT::DEFAULT::.keys;
# OUTPUT«("\&uri-escape", "\&uri_escape", "\&uri-unescape", "\&uri_unescape").Seq»
Expand Down

0 comments on commit 9008874

Please sign in to comment.