Skip to content

Commit 168463f

Browse files
committed
unindent paragraph (otherwise it's implicit code)
1 parent 97ad92f commit 168463f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/Language/modules.pod6

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,10 @@ resources
593593
└── templates
594594
└── mytemplate.mustache
595595
=end code
596-
The additional file can then be accessed inside module code via a relative path, eg.,
597-
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
598-
absolute reference.
596+
597+
The additional file can then be accessed inside module code via a relative path, eg.,
598+
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
599+
absolute reference.
599600
600601
=item The C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/>
601602
text file, which will later be automatically rendered as HTML by GitHub/GitLab for modules kept

0 commit comments

Comments
 (0)