Skip to content

Commit

Permalink
Fix eltype in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenszhu committed Sep 27, 2024
1 parent 0aa94dd commit 73805e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you want to match a variable number of subexpressions at once, you will need
@rule(+(~~xs) => ~~xs)(x + y + z)
# output
3-element view(::Vector{Any}, 1:3) with eltype Any:
3-element view(::Vector{SymbolicUtils.BasicSymbolic}, 1:3) with eltype SymbolicUtils.BasicSymbolic:
z
y
x
Expand Down

0 comments on commit 73805e2

Please sign in to comment.