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 authored and johanmon committed Jul 5, 2021
1 parent 89e78fd commit 951d8ab
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 951d8ab

Please sign in to comment.