Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 27, 2016
1 parent 961c5f4 commit 9dd9ede
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 @@ -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<dynamic lookup|/language/packages#index-entry-::()> or
L<dynamic subsets|/language/typesystem#subset> 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/typesystem.pod6
Expand Up @@ -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<require|/language/modules#require>.
Subsets can be used to check types dynamically, what can be useful in conjunction with L<require|/language/modules#require>.
X<|dynamic subset>
=for code :skip-test
Expand Down

0 comments on commit 9dd9ede

Please sign in to comment.