From a04dd727b8fafad8c9f238adcecab242f61e58e9 Mon Sep 17 00:00:00 2001 From: Daniel Mita Date: Fri, 10 Aug 2018 23:57:09 +0100 Subject: [PATCH] Modify case in link to Finding_modules --- doc/Language/modules.pod6 | 2 +- doc/Language/pragmas.pod6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Language/modules.pod6 b/doc/Language/modules.pod6 index f42a0b2bd..4e48fa7a0 100644 --- a/doc/Language/modules.pod6 +++ b/doc/Language/modules.pod6 @@ -81,7 +81,7 @@ C will be defined when C is loaded. C 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 +L for where the runtime will look for modules. =for code :skip-test diff --git a/doc/Language/pragmas.pod6 b/doc/Language/pragmas.pod6 index e8fe56d71..00aaa2f59 100644 --- a/doc/Language/pragmas.pod6 +++ b/doc/Language/pragmas.pod6 @@ -112,7 +112,7 @@ construct, allowing the code to actually be executed. =item X|lib> This pragma adds subdirectories to the library search path so that the interpreter can -L. +L. =for code :skip-test use lib ;