Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unwarranted contraction
  • Loading branch information
coke committed Nov 27, 2016
1 parent 6a28ad9 commit 53719f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/glossary.pod6
Expand Up @@ -87,7 +87,7 @@ as a result of parsing a quoted string:
say <42.1e0>.WHAT; # (NumStr)
say <42.1>.WHAT; # (RatStr)
Note: if the number contains an operator (C</> or C<+>) and there're no other
Note: if the number contains an operator (C</> or C<+>) and there are no other
characters inside the angular brackets, you will receive a literal of that
number:
Expand Down

0 comments on commit 53719f6

Please sign in to comment.