Skip to content

Commit 9dd9ede

Browse files
committed
fix spelling mistakes
1 parent 961c5f4 commit 9dd9ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ indirect lookup.
9696
The symbols provided by the loaded module will not be imported into the current
9797
scope. You may use L<dynamic lookup|/language/packages#index-entry-::()> or
9898
L<dynamic subsets|/language/typesystem#subset> to use them by providing the
99-
fully quallified name of a symbol.
99+
fully qualified name of a symbol.
100100
101101
To import symbols you must define them at compile time.
102102

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ but a name is neither needed nor desirable.
602602
g([A, C]);
603603
# OUTPUT«[A C]␤»
604604
605-
Subsets can be used to check types dynamially, what can be useful in conjuction with L<require|/language/modules#require>.
605+
Subsets can be used to check types dynamically, what can be useful in conjunction with L<require|/language/modules#require>.
606606
X<|dynamic subset>
607607
608608
=for code :skip-test

0 commit comments

Comments
 (0)