Skip to content

Commit bab4347

Browse files
committed
Remove extra =end item
1 parent 09e227e commit bab4347

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ lib
587587
=item If you have any additional files (such as templates or a dynamic
588588
library) that you wish to have installed so you can access them at
589589
runtime, they should be placed in a C<resources> sub-directory of your project, eg.:
590-
590+
591591
=begin code :lang<text>
592592
resources
593593
└── templates
@@ -596,7 +596,6 @@ resources
596596
The additional file can then be accessed inside module code via a relative path, eg.,
597597
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
598598
absolute reference.
599-
=end item
600599
601600
=item The C<README.md> file is a L<markdown-formatted|https://help.github.com/articles/markdown-basics/>
602601
text file, which will later be automatically rendered as HTML by GitHub/GitLab for modules kept

0 commit comments

Comments
 (0)