Skip to content

Commit 7bb035e

Browse files
committed
Cleanup a L<> that isn't to a type.
1 parent f389d1a commit 7bb035e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/functions.rakudoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sub format(Str $s) { ... }
137137
-> $a, $b { ... }
138138

139139
Details 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
332332
the call. Therefore a multi candidate with named parameters will be given
333333
precedence.
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 }

0 commit comments

Comments
 (0)