Skip to content

Commit 133c837

Browse files
committed
cover something that is not just a bracket
1 parent 0573fb5 commit 133c837

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
@@ -262,7 +262,7 @@ a L<Pair|/type/Pair> object. The two most common forms are:
262262
:a<4> # Same as "a" => "4", same as Pair.new("a", val("4"))
263263
264264
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
265+
the colon and before the balanced delimiters is not a legal identifier, other
266266
semantics apply, not all of which produce Pair objects.
267267
268268
Two other common forms are:

0 commit comments

Comments
 (0)