Skip to content

Commit 334bc33

Browse files
authored
introduce declarator block symbols in logical order
1 parent 7f029ca commit 334bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/pod.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ first blank line.
111111
Declarator blocks differ from the others by not having a specific type,
112112
instead they are attached to some source code.
113113
114-
Declarator blocks are introduced by a special comment: either C<#=> or C<#|>,
114+
Declarator blocks are introduced by a special comment: either C<#|> or C<#=>,
115115
which must be immediately followed by either a space or an opening bracket.
116116
If followed by a space, the block is terminated by the end of line;
117117
if followed by one or more opening brackets, the block is terminated by the matching

0 commit comments

Comments
 (0)