Skip to content

Commit 65f6cbc

Browse files
authored
Fix typo
1 parent e9d623e commit 65f6cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/containers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ user to L<handle|/type/Promise#method_in> timeouts.
289289
290290
Any container can have a type constraint in the form of
291291
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>.
293293
The constraint is a property of the container, not the variable. Any (re-)binding may change the
294294
type constraint or remove the constraint altogether if bound to a value instead of a container.
295295
Introspection of type constraints on containers is provided by C<.VAR.of>.

0 commit comments

Comments
 (0)