Skip to content

Commit ad513ca

Browse files
authored
docs: Reference functions instead of methods (#38986)
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.
1 parent ff316b2 commit ad513ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/base/collections.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,8 @@ Base.IdDict
200200
Base.WeakKeyDict
201201
Base.ImmutableDict
202202
Base.haskey
203-
Base.get(::Any, ::Any, ::Any)
204203
Base.get
205-
Base.get!(::Any, ::Any, ::Any)
206-
Base.get!(::Function, ::Any, ::Any)
204+
Base.get!
207205
Base.getkey
208206
Base.delete!
209207
Base.pop!(::Any, ::Any, ::Any)

0 commit comments

Comments
 (0)