File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ indirect lookup.
96
96
The symbols provided by the loaded module will not be imported into the current
97
97
scope. You may use L < dynamic lookup|/language/packages#index-entry-::() > or
98
98
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.
100
100
101
101
To import symbols you must define them at compile time.
102
102
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ but a name is neither needed nor desirable.
602
602
g([A, C]);
603
603
# OUTPUT « [A C] »
604
604
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 > .
606
606
X < |dynamic subset >
607
607
608
608
= for code :skip-test
You can’t perform that action at this time.
0 commit comments