Skip to content

Commit b75421d

Browse files
committed
pass finicky links test
1 parent 07f3c96 commit b75421d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Defined as:
381381
382382
Coerces the invocant (or in method form, its argument) to
383383
L<Numeric|/type/Numeric>, and returns its
384-
L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
384+
L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
385385
386386
say 1.sinh; # OUTPUT: «1.1752011936438␤»
387387
say sinh(1); # OUTPUT: «1.1752011936438␤»

0 commit comments

Comments
 (0)