Skip to content

Commit

Permalink
Fix doc signatures for zeros/ones
Browse files Browse the repository at this point in the history
JuliaLang#19635 merged two docstrings for
each of `zeros` and `ones` in a single docstring each. This changes the
signatures in the stdlib file to reflect that change.
  • Loading branch information
MichaelHatherly committed Dec 23, 2016
1 parent 44d7677 commit 847a950
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/src/stdlib/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ Base.LinAlg.checksquare
```@docs
Core.Array
Base.getindex(::Type, ::Any...)
Base.zeros(::Any, ::Any)
Base.zeros(::Any)
Base.ones(::Any, ::Any)
Base.ones(::Any)
Base.zeros
Base.ones
Base.BitArray
Base.trues
Base.falses
Expand Down

0 comments on commit 847a950

Please sign in to comment.