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 @@ -137,7 +137,7 @@ sub format(Str $s) { ... }
137137-> $a, $b { ... }
138138
139139Details about the syntax and use of signatures can be found in the
140- L< documentation on the C<Signature> class |/type/Signature>.
140+ documentation on the L< C<Signature>|/type/Signature> class .
141141
142142=head3 X<Automatic signatures|Variables,@_>
143143
@@ -332,8 +332,8 @@ Named parameters participate in the dispatch even if they are not provided in
332332the call. Therefore a multi candidate with named parameters will be given
333333precedence.
334334
335- For more information about type constraints see the documentation
336- on L<C<Signature> literals|/language/signatures#Type_constraints>.
335+ I<More information about L< type constraints|/language/signatures#Type_constraints>
336+ is available.>
337337
338338 multi as-json(Bool $d) { $d ?? 'true' !! 'false'; }
339339 multi as-json(Real $d) { ~$d }
You can’t perform that action at this time.
0 commit comments