Skip to content

Commit

Permalink
Modify case in link to Finding_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dango committed Aug 10, 2018
1 parent e08820a commit a04dd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/modules.pod6
Expand Up @@ -81,7 +81,7 @@ C<MyModule::Class> will be defined when C<MyModule> is loaded.
C<use> loads and then imports from a compunit at compile time. It will look for
files that end in C<.pm6> (C<.pm> is also supported). See
L<here|/language/modules#Finding_Modules>
L<here|/language/modules#Finding_modules>
for where the runtime will look for modules.
=for code :skip-test
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/pragmas.pod6
Expand Up @@ -112,7 +112,7 @@ construct, allowing the code to actually be executed.
=item X<B<lib>|lib> This pragma adds subdirectories to the library search
path so that the interpreter can
L<find the modules|/language/modules#Finding_Modules>.
L<find the modules|/language/modules#Finding_modules>.
=for code :skip-test<Just a pragma>
use lib <lib /opt/lib /usr/local/lib>;
Expand Down

0 comments on commit a04dd72

Please sign in to comment.