Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Feb 18, 2016
1 parent 8a02b3f commit 200fcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/constructors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ constructors for abstract types, by explicitly defining methods
for the appropriate types.

However, in some cases you could consider adding methods to
``Base.convert`` *instead* of defining a constructor, because Julia
``Base.convert`` *instead* of defining a constructor, because Julia
falls back to calling :func:`convert` if no matching constructor
is found. For example, if no constructor ``T(args...) = ...`` exists
``Base.convert(::Type{T}, args...) = ...`` is called.
Expand Down

0 comments on commit 200fcdf

Please sign in to comment.