Skip to content

Commit ed020a5

Browse files
Merge pull request #10868 from ypeels/patch-3
doc: line count of rational.jl
2 parents 9da1662 + 0ffa57c commit ed020a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/manual/constructors.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ Thus, although the :obj:`//` operator usually returns an instance of
550550
return an instance of ``Complex{Rational}`` instead. The interested
551551
reader should consider perusing the rest of
552552
`rational.jl <https://github.com/JuliaLang/julia/blob/master/base/rational.jl>`_:
553-
it is short, self-contained, and implements an entire basic Julia type
554-
in just a little over a hundred lines of code.
553+
it is short, self-contained, and implements an entire basic Julia type.
555554

556555
Constructors, Call, and Conversion
557556
----------------------------------

0 commit comments

Comments
 (0)