Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magistere committed Nov 22, 2013
1 parent e4f31f9 commit fc64c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/complex-and-rational-numbers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ defined for complex numbers::

Note that mathematical functions typically return real values when applied
to real numbers and complex values when applied to complex numbers.
For example, ``sqrt``, for example, behaves differently when applied to ``-1``
For example, ``sqrt`` behaves differently when applied to ``-1``
versus ``-1 + 0im`` even though ``-1 == -1 + 0im``::

julia> sqrt(-1)
Expand Down

0 comments on commit fc64c57

Please sign in to comment.