Skip to content

Commit 73805e2

Browse files
committed
Fix eltype in doctest
1 parent 0aa94dd commit 73805e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual/rewrite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you want to match a variable number of subexpressions at once, you will need
7171
@rule(+(~~xs) => ~~xs)(x + y + z)
7272
7373
# output
74-
3-element view(::Vector{Any}, 1:3) with eltype Any:
74+
3-element view(::Vector{SymbolicUtils.BasicSymbolic}, 1:3) with eltype SymbolicUtils.BasicSymbolic:
7575
z
7676
y
7777
x

0 commit comments

Comments
 (0)