SIGN IN SIGN UP

clarify some ambiguity in `in` docstring (#61892)

otherwise it might be quite confusing that e.g. 
```julia
julia> (:a => NaN) in Dict(:a => NaN)
false

julia> (:a => missing) in Dict(:a => missing)
missing
```

---------

Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
A
Andy Dienes committed
32a8439612b3794c58b0bfea1047876e7c0ee6b3
Parent: ecceaba
Committed by GitHub <noreply@github.com> on 5/26/2026, 11:35:09 AM