Skip to content

Commit

Permalink
Document UInt return type of objectid (#40669)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored May 4, 2021
1 parent 3ed6c1b commit 0fa39ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ macro locals()
end

"""
objectid(x)
objectid(x) -> UInt
Get a hash value for `x` based on object identity. `objectid(x)==objectid(y)` if `x === y`.
Expand Down

0 comments on commit 0fa39ec

Please sign in to comment.