Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pass finicky links test
  • Loading branch information
coke committed Jul 27, 2018
1 parent 07f3c96 commit b75421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -381,7 +381,7 @@ Defined as:
Coerces the invocant (or in method form, its argument) to
L<Numeric|/type/Numeric>, and returns its
L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
say 1.sinh; # OUTPUT: «1.1752011936438␤»
say sinh(1); # OUTPUT: «1.1752011936438␤»
Expand Down

0 comments on commit b75421d

Please sign in to comment.