We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0108d5 commit b05593fCopy full SHA for b05593f
docs/src/ideal_interface.md
@@ -101,7 +101,7 @@ then the following automatically works:
101
```julia
102
==(I::T, J::T) where {T <: NewIdeal}
103
```
104
-Note that implementing `==` for a Julia type comes means that we have to pr
+Note that implementing `==` for a Julia type means that we have to provide
105
a matching `hash` method which preserves the invariant that `I == J` implies `hash(I) == hash(J)`.
106
We provide such a method but by necessity it is very conservative and hence does
107
not provide good hashing. You may wish to implement a better `hash` methods.
0 commit comments