Skip to content

Commit b031462

Browse files
fonspjohanmon
authored andcommitted
Document UInt return type of objectid (JuliaLang#40669)
1 parent 1555acf commit b031462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ macro locals()
293293
end
294294

295295
"""
296-
objectid(x)
296+
objectid(x) -> UInt
297297
298298
Get a hash value for `x` based on object identity. `objectid(x)==objectid(y)` if `x === y`.
299299

0 commit comments

Comments
 (0)