Skip to content

Commit 616e382

Browse files
committed
Merge branch 'master' of https://github.com/perl6/doc
2 parents a16df94 + 8ebc9db commit 616e382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Cool.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Usage:
245245
NUMERIC.cos
246246
247247
Coerces the invocant (or in sub form, the argument) to L<Numeric|/type/Numeric>, interprets it as radians,
248-
returns its L<sine|https://en.wikipedia.org/wiki/Cosine>.
248+
returns its L<cosine|https://en.wikipedia.org/wiki/Cosine>.
249249
250250
say 0.cos; # 1
251251
say pi.cos; # -1

0 commit comments

Comments
 (0)