Skip to content

Commit

Permalink
Revert "minor follow up on #54681"
Browse files Browse the repository at this point in the history
This reverts commit 42694e7.
  • Loading branch information
KristofferC committed Jun 18, 2024
1 parent a9b4869 commit 653f086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2689,12 +2689,12 @@ julia> Memory{Float64}(undef, 3)
Memory{T}(::UndefInitializer, n)

"""
memoryref(::GenericMemory)
`memoryref(::GenericMemory)`
Construct a `GenericMemoryRef` from a memory object. This does not fail, but the
resulting memory will point out-of-bounds if and only if the memory is empty.
"""
memoryref(::GenericMemory)
memoryref(::Memory)

"""
memoryref(::GenericMemory, index::Integer)
Expand Down

0 comments on commit 653f086

Please sign in to comment.