diff --git a/doc/Language/5to6-perlvar.rakudoc b/doc/Language/5to6-perlvar.rakudoc index 80cd7d8db..fd9a6a9a6 100644 --- a/doc/Language/5to6-perlvar.rakudoc +++ b/doc/Language/5to6-perlvar.rakudoc @@ -47,7 +47,7 @@ C<.shift> does not). =head3 X<$LIST_SEPARATOR, $"|Other languages,$" (Perl)> Currently, there is no equivalent of the List Separator variable in Raku. -Design document L says there isn't one, +Design document L says there isn't one, so you probably don't want to hold your breath. =head3 X<$PROCESS_ID, $PID, $$|Other languages,$$ (Perl)> @@ -176,7 +176,7 @@ S28 suggests $*EMERGENCY_MEMORY, but it does not yet exist. =head3 $OSNAME, $^O This is somewhat unclear. It probably depends on what you mean by "the name of -the operating system" as design document L +the operating system" as design document L has three different suggestions, all of which give different answers. diff --git a/doc/Language/about.rakudoc b/doc/Language/about.rakudoc index 576482b25..f996d02db 100644 --- a/doc/Language/about.rakudoc +++ b/doc/Language/about.rakudoc @@ -30,7 +30,7 @@ L. For a quick introduction to Raku Pod, see L. -For historic details about the Raku Pod specification, see L. +For historic details about the Raku Pod specification, see L. For information on how to contribute to the documentation, please read L. diff --git a/doc/Language/modules.rakudoc b/doc/Language/modules.rakudoc index e2e1338e1..54c1032ed 100644 --- a/doc/Language/modules.rakudoc +++ b/doc/Language/modules.rakudoc @@ -9,7 +9,7 @@ A module is usually a source file or set of source files that expose Raku constructs N which are usually files but could come from anywhere as long as there is a I -that can provide it. See L.>. +that can provide it. See L.>. Modules are typically packages (L, L, L), diff --git a/doc/Language/pod.rakudoc b/doc/Language/pod.rakudoc index f0edd4706..d9d43aa66 100644 --- a/doc/Language/pod.rakudoc +++ b/doc/Language/pod.rakudoc @@ -79,7 +79,7 @@ any whitespace is used inside the angle brackets. All option keys and values must be constants since Rakudoc is a specification language, not a programming language. Specifically, option -values cannot be closures. See L +values cannot be closures. See L for details of the various Raku pair notations.