julia
9b5f8bc5 - fix `hash` docstring from `==` to `isequal` (#59747)

Commit
75 days ago
fix `hash` docstring from `==` to `isequal` (#59747) as stated this is not correct. ``` julia> hash(0.0) 0x23238f9f15dcda9e julia> hash(-0.0) 0x3969366b98f98664 ```
Author
Parents
Loading