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 0573fb5 commit 133c837Copy full SHA for 133c837
doc/Language/glossary.pod6
@@ -262,7 +262,7 @@ a L<Pair|/type/Pair> object. The two most common forms are:
262
:a<4> # Same as "a" => "4", same as Pair.new("a", val("4"))
263
264
This is also known as the adverbial pair form. Note: when the part after
265
-the colon and before the brackets is not a legal identifier, other
+the colon and before the balanced delimiters is not a legal identifier, other
266
semantics apply, not all of which produce Pair objects.
267
268
Two other common forms are:
0 commit comments