Skip to content

Commit ba42f5d

Browse files
committed
Fix incorrect 'e.g.'
1 parent 168463f commit ba42f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,15 +586,15 @@ lib
586586
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
589-
runtime, they should be placed in a C<resources> sub-directory of your project, eg.:
589+
runtime, they should be placed in a C<resources> sub-directory of your project, e.g.:
590590
591591
=begin code :lang<text>
592592
resources
593593
└── templates
594594
└── mytemplate.mustache
595595
=end code
596596
597-
The additional file can then be accessed inside module code via a relative path, eg.,
597+
The additional file can then be accessed inside module code via a relative path, e.g.,
598598
C<'resources/templates/mytemplate.mustache'.IO.slurp>. The module installer will provide the correct
599599
absolute reference.
600600

0 commit comments

Comments
 (0)