Skip to content

Commit

Permalink
Add missing docstring for zero function which input is type (#37152)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Aug 26, 2020
1 parent db0f55e commit 5da9691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/number.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ map(f, x::Number, ys::Number...) = f(x, ys...)

"""
zero(x)
zero(::Type)
Get the additive identity element for the type of `x` (`x` can also specify the type itself).
Expand Down

2 comments on commit 5da9691

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.