Skip to content

Commit 668244b

Browse files
authored
Merge pull request #10983 from Prillan/doc-fixes
docs: fix wrong result from expression
2 parents b2af65d + 0bf4d5c commit 668244b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/doc/reference_manual/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ out odd numbers:
21672167
21682168
```
21692169
1> [{P,Q} || P <:- [a,b,c] && Q <:- [1,2,3], Q rem 2 =:= 0].
2170-
[{a,1},{b,2},{c,3}]
2170+
[{b,2}]
21712171
```
21722172
21732173
Filtering out non-matching elements from two lists.

0 commit comments

Comments
 (0)