Skip to content

Commit

Permalink
sizeof doc improvement (JuliaLang#45664)
Browse files Browse the repository at this point in the history
Currently references `summarysize` which does not exist.
  • Loading branch information
oscardssmith authored Jun 13, 2022
1 parent 4e294a9 commit 8e01e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/essentials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ reinterpret(::Type{T}, x) where {T} = bitcast(T, x)
Size, in bytes, of the canonical binary representation of the given `DataType` `T`, if any.
Or the size, in bytes, of object `obj` if it is not a `DataType`.
See also [`summarysize`](@ref).
See also [`Base.summarysize`](@ref).
# Examples
```jldoctest
Expand Down

0 comments on commit 8e01e82

Please sign in to comment.