We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc1005 commit 76c8ddbCopy full SHA for 76c8ddb
hypothesis/set/README.md
@@ -48,7 +48,7 @@ This implementation hides two bugs:
48
49
## Invariant: no duplicates
50
51
-The [`test_nodup`](set_nodop.py) invariant ensures that the `Set` implementation never contains duplicate elements:
+The [`test_nodup`](set_nodup.py) invariant ensures that the `Set` implementation never contains duplicate elements:
52
```python
53
@invariant()
54
def test_nodup(self):
0 commit comments