Skip to content

Commit d2a1958

Browse files
authored
fix type docs rule
1 parent 61f528a commit d2a1958

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)