Skip to content

Commit

Permalink
[builtins] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Dec 5, 2009
1 parent 9a50799 commit c41383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins.pod
Expand Up @@ -98,7 +98,7 @@ The trigonometric functions C<sin, cos, tan, asin, acos, atan, sec, cosec,
cotan, asec, acosec, acotan, sinh, cosh, tanh, asinh, acosh, atanh, sech,
cosech, cotanh, asech, acosech> and C<acotanh> are available, and work in
units of radians by defaults. The unit can be changed with an argument of
C<Degree>, C<Gradians> or C<Circles>, for example C<180.sin(Degrees> is
C<Degree>, C<Gradians> or C<Circles>, for example C<180.sin(Degrees)> is
approximately C<0>.

=head1 Strings
Expand Down

0 comments on commit c41383f

Please sign in to comment.