Skip to content

Commit 77951c9

Browse files
authored
Merge pull request #627 from oameye/patch-1
fix typo of docs `rule`
2 parents 681f835 + d2a1958 commit 77951c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ julia> @syms a b;
273273
274274
julia> predicate(x) = x === a;
275275
276-
julia> r = @rule ~x => ~x where f(~x);
276+
julia> r = @rule ~x => ~x where predicate(~x);
277277
278278
julia> r(a)
279279
a

0 commit comments

Comments
 (0)