Skip to content

Commit 426f202

Browse files
authored
Merge pull request #17358 from saurvs/master
Fix typo in docstring for significand
2 parents 8fdaf91 + c9de42d commit 426f202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/docs/helpdb/Base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8223,7 +8223,7 @@ escape_string(str)
82238223
significand(x)
82248224
82258225
Extract the `significand(s)` (a.k.a. mantissa), in binary representation, of a
8226-
floating-point number or array. If `x` is a non-zero finite number, than the result will be
8226+
floating-point number or array. If `x` is a non-zero finite number, then the result will be
82278227
a number of the same type on the interval ``[1,2)``. Otherwise `x` is returned.
82288228
82298229
```jldoctest

doc/stdlib/numbers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Data Formats
100100

101101
.. Docstring generated from Julia source
102102
103-
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.
103+
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.
104104

105105
.. doctest::
106106

0 commit comments

Comments
 (0)