Skip to content

Commit

Permalink
docs: Reference functions instead of methods (JuliaLang#38986)
Browse files Browse the repository at this point in the history
By referencing methods sometimes and not just functions, there was some duplication and confusion. For instance, we had `get(::Any, ::Any, ::Any)` method and also a `get` function, the latter of which duplicated the documentation for the former on the same page.
  • Loading branch information
BioTurboNick committed Apr 3, 2021
1 parent ff316b2 commit ad513ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/src/base/collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,8 @@ Base.IdDict
Base.WeakKeyDict
Base.ImmutableDict
Base.haskey
Base.get(::Any, ::Any, ::Any)
Base.get
Base.get!(::Any, ::Any, ::Any)
Base.get!(::Function, ::Any, ::Any)
Base.get!
Base.getkey
Base.delete!
Base.pop!(::Any, ::Any, ::Any)
Expand Down

0 comments on commit ad513ca

Please sign in to comment.