Skip to content

Commit 3250df3

Browse files
committed
test doc
1 parent 4826595 commit 3250df3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constraints/intension.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ concept(:dist_different)(x)
2525
# Examples
2626
2727
```@example intention
28-
c = concept(:dist_different)
29-
c([1, 2, 3, 3]) && !c([1, 2, 3, 4])
28+
2 + 2 == 4
3029
```
3130
3231
"""

0 commit comments

Comments
 (0)