Skip to content

Commit 7bac7a1

Browse files
committed
fix more typos
1 parent 7e6e6d9 commit 7bac7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Signature.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ the parameter to produce a C<List>. Each element of that list will be bound
619619
directly as raw parameter.
620620
621621
X<|trait,is readonly>
622-
To explicitly as for a read-only parameter use the C<is readonly> trait.
622+
To explicitly ask for a read-only parameter use the C<is readonly> trait.
623623
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
624+
well have mutator methods and Perl 6 will not enforce immutability on the
625625
attributes of the object.
626626
627627
Traits can be followed by the where clause:

0 commit comments

Comments
 (0)