We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6e6d9 commit 7bac7a1Copy full SHA for 7bac7a1
doc/Type/Signature.pod6
@@ -619,9 +619,9 @@ the parameter to produce a C<List>. Each element of that list will be bound
619
directly as raw parameter.
620
621
X<|trait,is readonly>
622
-To explicitly as for a read-only parameter use the C<is readonly> trait.
+To explicitly ask for a read-only parameter use the C<is readonly> trait.
623
Please note that this applies only to the container. The object inside can very
624
-well have mutator functions and Perl 6 will not enforce immutability on the
+well have mutator methods and Perl 6 will not enforce immutability on the
625
attributes of the object.
626
627
Traits can be followed by the where clause:
0 commit comments