Skip to content

Commit ca198c7

Browse files
committed
fix compilation error
1 parent 148bfc9 commit ca198c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Generically, an adverb is a named argument to a function. There are
3333
also some specific syntax forms that allow adverbs to be tucked into
3434
some convenient places:
3535
36+
=for code :preamble<my @h>
3637
q:w"foo bar"; # ":w" is a Quotelike form modifier adverb
3738
m:g/a|b|c/; # ":g" is also
3839
@h{3}:exists; # ":exists" is also, but is known as a subscript adverb

0 commit comments

Comments
 (0)