We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a28ad9 commit 53719f6Copy full SHA for 53719f6
doc/Language/glossary.pod6
@@ -87,7 +87,7 @@ as a result of parsing a quoted string:
87
say <42.1e0>.WHAT; # (NumStr)
88
say <42.1>.WHAT; # (RatStr)
89
90
-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
91
characters inside the angular brackets, you will receive a literal of that
92
number:
93
0 commit comments