Skip to content

Commit

Permalink
minor follow up on JuliaLang#54681 (JuliaLang#54798)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jun 14, 2024
1 parent e40b57f commit 094b038
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 @@ -2688,12 +2688,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(::Memory)
memoryref(::GenericMemory)

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

0 comments on commit 094b038

Please sign in to comment.