Skip to content

Commit 63e0890

Browse files
committed
Angle quotes imply Q:v even in an adverb, so mention val()
Also, teach aspell "retronym"
1 parent 99cb566 commit 63e0890

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ A colon pair is a shorthand syntax used to create or visually present
233233
a L<Pair|/type/Pair> object. The two most common forms are:
234234
235235
:a(4) # Same as "a" => 4, same as Pair.new("a", 4)
236-
:a<4> # Same as "a" => "4", same as Pair.new("a", "4")
236+
:a<4> # Same as "a" => "4", same as Pair.new("a", val("4"))
237237
238238
This is also known as the adverbial pair form. Note: when the part after
239239
the colon and before the brackets is not a legal identifier, other

xt/words.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,7 @@ resumable
973973
rethrow
974974
rethrown
975975
rethrows
976+
retronym
976977
reusability
977978
rewinddir
978979
rfc

0 commit comments

Comments
 (0)