Skip to content

Commit 86d716f

Browse files
committed
Merge pull request #449 from dogbert17/fix-typo
Fixed two typos
2 parents 3e69963 + e64b9ee commit 86d716f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Cool.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Usage:
204204
sin NUMERIC
205205
NUMERIC.sin
206206
207-
Coerces the invocant (or in the sub firm, the argument) to L<Numeric|/type/Numeric>, interprets it as radians,
207+
Coerces the invocant (or in the sub form, the argument) to L<Numeric|/type/Numeric>, interprets it as radians,
208208
returns its L<sine|https://en.wikipedia.org/wiki/Sine>.
209209
210210
say sin(0); # 0
@@ -227,7 +227,7 @@ Usage:
227227
asin NUMERIC
228228
NUMERIC.asin
229229
230-
Coerces the invocant (or in the sub firm, the argument) to L<Numeric|/type/Numeric>, and returns its
230+
Coerces the invocant (or in the sub form, the argument) to L<Numeric|/type/Numeric>, and returns its
231231
L<arc-sine|https://en.wikipedia.org/wiki/Inverse_trigonometric_functions> in
232232
radians.
233233

0 commit comments

Comments
 (0)