Skip to content

Commit

Permalink
Adjust doc signatures to work with jb/subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Dec 15, 2016
1 parent 497e12c commit b82d13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/stdlib/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Base.unsafe_convert
Base.cconvert
Base.unsafe_load
Base.unsafe_store!
Base.unsafe_copy!(::Ptr, ::Ptr, ::Any)
Base.unsafe_copy!{T}(::Ptr{T}, ::Ptr{T}, ::Any)
Base.unsafe_copy!(::Array, ::Any, ::Array, ::Any, ::Any)
Base.copy!(::Any, ::Any)
Base.copy!(::Any, ::Any, ::Any, ::Any, ::Any)
Expand Down
3 changes: 1 addition & 2 deletions doc/src/stdlib/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Base.denominator
Base.:(<<)
Base.:(>>)
Base.:(>>>)
Base.colon(::Real, ::Real, ::Real)
Base.colon(::Real, ::Any, ::Real)
Base.colon
Base.range
Base.OneTo
Base.:(==)
Expand Down

0 comments on commit b82d13c

Please sign in to comment.