Skip to content

Commit

Permalink
Merge pull request #17358 from saurvs/master
Browse files Browse the repository at this point in the history
Fix typo in docstring for significand
  • Loading branch information
tkelman authored Jul 12, 2016
2 parents 8fdaf91 + c9de42d commit 426f202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/docs/helpdb/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8223,7 +8223,7 @@ escape_string(str)
significand(x)
Extract the `significand(s)` (a.k.a. mantissa), in binary representation, of a
floating-point number or array. If `x` is a non-zero finite number, than the result will be
floating-point number or array. If `x` is a non-zero finite number, then the result will be
a number of the same type on the interval ``[1,2)``. Otherwise `x` is returned.
```jldoctest
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/numbers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Data Formats

.. Docstring generated from Julia source
Extract the ``significand(s)`` (a.k.a. mantissa), in binary representation, of a floating-point number or array. If ``x`` is a non-zero finite number, than the result will be a number of the same type on the interval :math:`[1,2)`\ . Otherwise ``x`` is returned.
Extract the ``significand(s)`` (a.k.a. mantissa), in binary representation, of a floating-point number or array. If ``x`` is a non-zero finite number, then the result will be a number of the same type on the interval :math:`[1,2)`\ . Otherwise ``x`` is returned.

.. doctest::

Expand Down

0 comments on commit 426f202

Please sign in to comment.