Skip to content

Commit 53719f6

Browse files
committed
remove unwarranted contraction
1 parent 6a28ad9 commit 53719f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ as a result of parsing a quoted string:
8787
say <42.1e0>.WHAT; # (NumStr)
8888
say <42.1>.WHAT; # (RatStr)
8989
90-
Note: if the number contains an operator (C</> or C<+>) and there're no other
90+
Note: if the number contains an operator (C</> or C<+>) and there are no other
9191
characters inside the angular brackets, you will receive a literal of that
9292
number:
9393

0 commit comments

Comments
 (0)