Skip to content

Commit 3a8317e

Browse files
committed
Update cosine wikipedia link with correct text
Fixes #143 . Change sine to cosine.
1 parent 9e7b635 commit 3a8317e

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)