Skip to content

Commit 3f37b23

Browse files
committed
whitespace
1 parent 0c3f762 commit 3f37b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

writing-docs/CREATING-NEW-DOCS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### A new (or existing) pod6 document currently must adhere to the following conventions:
22

3-
1. it must be valid Perl 6 pod
3+
1. it must be valid Perl 6 pod
44
2. the first non-comment or non-empty line must be:
55

66
=begin pod # optionally followed by :key<value> %config pairs
@@ -22,7 +22,7 @@
2222
```
2323
# this is a valid, non-pod comment
2424
=begin pod :my-link<foo> # another comment
25-
=TITLE Working with Perl 6 pod
25+
=TITLE Working with Perl 6 pod
2626
=SUBTITLE Alice in Wonderland
2727
# ... more vald pod and text
2828
=comment a pod comment # a valid comment
@@ -35,7 +35,7 @@
3535
```
3636
=comment a pod comment # this is not a valid comment in this position
3737
=begin pod :my-link<foo> # another comment
38-
=TITLE Working with Perl 6 pod
38+
=TITLE Working with Perl 6 pod
3939
=SUBTITLE Alice in Wonderland
4040
# ... more vald pod and text
4141
=end pod

0 commit comments

Comments
 (0)