Skip to content

Commit 3bf1020

Browse files
committed
Remove 'secondary' alignment text as redundant
1 parent eaa5a60 commit 3bf1020

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/pod.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,18 @@ for details of the various
8282
Raku pair notations.
8383
8484
The configuration section may be extended over subsequent
85-
lines. As currently implemented, care needs to be taken to align the data.
85+
lines.
8686
Each subsequent line must start
8787
with an C<=> in the first virtual column, meaning that it must vertically
8888
align with the C<=> of the Pod6 Block declaration,
8989
and it must be followed
90-
by enough whitespace characters to pass the block identifier.
90+
by at least one horizontal whitespace character.
9191
9292
For example:
9393
=begin code :lang<pod6>
9494
=for head1 :a-first-line-key<firstvalue> :another-first-line-key<xyz>
9595
= :a-second-line-key(42)
96+
= :a-third-line-key<third>
9697
Content for the header block
9798
=end code
9899

0 commit comments

Comments
 (0)