Skip to content

Commit b05593f

Browse files
fingolfinthofma
andauthored
Update docs/src/ideal_interface.md
Co-authored-by: Tommy Hofmann <thofma@gmail.com>
1 parent a0108d5 commit b05593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ideal_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ then the following automatically works:
101101
```julia
102102
==(I::T, J::T) where {T <: NewIdeal}
103103
```
104-
Note that implementing `==` for a Julia type comes means that we have to pr
104+
Note that implementing `==` for a Julia type means that we have to provide
105105
a matching `hash` method which preserves the invariant that `I == J` implies `hash(I) == hash(J)`.
106106
We provide such a method but by necessity it is very conservative and hence does
107107
not provide good hashing. You may wish to implement a better `hash` methods.

0 commit comments

Comments
 (0)