From 73805e226a1dd9e7527360358106300cc297b7fd Mon Sep 17 00:00:00 2001 From: "Bowen S. Zhu" Date: Fri, 27 Sep 2024 13:39:09 -0400 Subject: [PATCH] Fix `eltype` in doctest --- docs/src/manual/rewrite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manual/rewrite.md b/docs/src/manual/rewrite.md index 047bef71..feac062e 100644 --- a/docs/src/manual/rewrite.md +++ b/docs/src/manual/rewrite.md @@ -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