diff --git a/doc/Language/modules.pod6 b/doc/Language/modules.pod6 index 8c3b960e6..8ddbc8290 100644 --- a/doc/Language/modules.pod6 +++ b/doc/Language/modules.pod6 @@ -96,7 +96,7 @@ indirect lookup. The symbols provided by the loaded module will not be imported into the current scope. You may use L or L to use them by providing the -fully quallified name of a symbol. +fully qualified name of a symbol. To import symbols you must define them at compile time. diff --git a/doc/Language/typesystem.pod6 b/doc/Language/typesystem.pod6 index 99e873896..3a1e6df73 100644 --- a/doc/Language/typesystem.pod6 +++ b/doc/Language/typesystem.pod6 @@ -602,7 +602,7 @@ but a name is neither needed nor desirable. g([A, C]); # OUTPUT«[A C]␤» -Subsets can be used to check types dynamially, what can be useful in conjuction with L. +Subsets can be used to check types dynamically, what can be useful in conjunction with L. X<|dynamic subset> =for code :skip-test