File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ as it is only used on the parameter.
169
169
# OUTPUT: «X::Assignment::RO: Cannot modify an immutable Int»
170
170
171
171
Other parameters may become raw through use of the 'C < is raw > '
172
- L < trait|/type/Signature#Parameter_Traits_and_Modifiers > . These still use
172
+ L < trait|/type/Signature#Parameter_traits_and_modifiers > . These still use
173
173
their sigil in code.
174
174
175
175
sub f($x is raw) {
@@ -210,7 +210,7 @@ Defined as:
210
210
211
211
method rw(Parameter:D: --> Bool:D)
212
212
213
- Returns C < True > for L < C < is rw > |/type/Signature#Parameter_Traits_and_Modifiers >
213
+ Returns C < True > for L < C < is rw > |/type/Signature#Parameter_traits_and_modifiers >
214
214
parameters.
215
215
216
216
my Signature $sig = :(Str $x is rw, Bool :$is-named);
@@ -223,7 +223,7 @@ Defined as:
223
223
224
224
method copy(Parameter:D: --> Bool:D)
225
225
226
- Returns C < True > for L < C < is copy > |/type/Signature#Parameter_Traits_and_Modifiers >
226
+ Returns C < True > for L < C < is copy > |/type/Signature#Parameter_traits_and_modifiers >
227
227
parameters.
228
228
229
229
my Signature $sig = :(Str $x, Bool :$is-named is copy);
You can’t perform that action at this time.
0 commit comments