Skip to content

Commit 60dfe95

Browse files
Update docs/Manual.md
Co-authored-by: Joosep Jääger <[email protected]>
1 parent e50cd6b commit 60dfe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ like `(-∞,4)` for `y`, from which we can generate a value.
362362
At this point it should be relatively clear that the order we pick for the
363363
variables matters a great deal. If we choose to generate `y` before `x` in our
364364
example we will have no defining constraints for `y` and so we pick a value for
365-
it freely. But that may render `x` unsolvable if `y > 9` - which will result in
365+
it freely. But that renders `x` unsolvable if `y >= 9` - which will result in
366366
the generator failing to generate a value (one could consider backtracking, but
367367
that is very computationally expensive so _relying_ on it would not be wise).
368368

0 commit comments

Comments
 (0)