Skip to content

Commit

Permalink
make the docs for gensym slightly more precise (JuliaLang#45182)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored May 5, 2022
1 parent 670f713 commit 902a5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const is_expr = isexpr
"""
gensym([tag])
Generates a symbol which will not conflict with other variable names.
Generates a symbol which will not conflict with other variable names (in the same module).
"""
gensym() = ccall(:jl_gensym, Ref{Symbol}, ())

Expand Down

0 comments on commit 902a5c1

Please sign in to comment.