File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ user to L<handle|/type/Promise#method_in> timeouts.
289
289
290
290
Any container can have a type constraint in the form of
291
291
a L < type object|/language/typesystem#Type_objects > or a L < subset|/language/typesystem#subset > .
292
- Both can be place between a declarator and the variable name or after the trait L < of|/type/Variable#trait_is_dynamic > .
292
+ Both can be placed between a declarator and the variable name or after the trait L < of|/type/Variable#trait_is_dynamic > .
293
293
The constraint is a property of the container, not the variable. Any (re-)binding may change the
294
294
type constraint or remove the constraint altogether if bound to a value instead of a container.
295
295
Introspection of type constraints on containers is provided by C < .VAR.of > .
You can’t perform that action at this time.
0 commit comments