Skip to content

Commit

Permalink
Fix incorrect 'e.g.'
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 18, 2018
1 parent 168463f commit ba42f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/modules.pod6
Expand Up @@ -586,15 +586,15 @@ lib
=item If you have any additional files (such as templates or a dynamic
library) that you wish to have installed so you can access them at
runtime, they should be placed in a C<resources> sub-directory of your project, eg.:
runtime, they should be placed in a C<resources> sub-directory of your project, e.g.:
=begin code :lang<text>
resources
└── templates
└── mytemplate.mustache
=end code
The additional file can then be accessed inside module code via a relative path, eg.,
The additional file can then be accessed inside module code via a relative path, e.g.,
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
absolute reference.
Expand Down

0 comments on commit ba42f5d

Please sign in to comment.