Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/perl6/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dha committed Oct 7, 2015
2 parents a16df94 + 8ebc9db commit 616e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/Cool.pod
Expand Up @@ -245,7 +245,7 @@ Usage:
NUMERIC.cos
Coerces the invocant (or in sub form, the argument) to L<Numeric|/type/Numeric>, interprets it as radians,
returns its L<sine|https://en.wikipedia.org/wiki/Cosine>.
returns its L<cosine|https://en.wikipedia.org/wiki/Cosine>.
say 0.cos; # 1
say pi.cos; # -1
Expand Down

0 comments on commit 616e382

Please sign in to comment.