Skip to content

Commit dc71c13

Browse files
authored
Fix a typo in the description of CountDistinct (#2557)
There were three backticks in a row instead of one to close an inline code block.
1 parent a08c93c commit dc71c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ This constraint is called `nvalues` in MiniZinc.
23432343
23442344
To model:
23452345
2346-
* if `n == 1```, then `x[1] == x[2] == x[3]`
2346+
* if `n == 1`, then `x[1] == x[2] == x[3]`
23472347
* if `n == 2`, then
23482348
* `x[1] == x[2] != x[3]` or
23492349
* `x[1] != x[2] == x[3]` or

0 commit comments

Comments
 (0)