From c096dd71e9e4ade1cbb14df827982fa26ab38158 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 27 Dec 2023 16:23:02 +1300 Subject: [PATCH] [docs] fix docstring of rewrite macro (#254) --- src/rewrite.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rewrite.jl b/src/rewrite.jl index 56b6a870..9c054a61 100644 --- a/src/rewrite.jl +++ b/src/rewrite.jl @@ -5,7 +5,7 @@ # one at http://mozilla.org/MPL/2.0/. """ - @rewrite(expr, move_factors_into_sums = false) + @rewrite(expr, move_factors_into_sums = true) Return the value of `expr`, exploiting the mutability of the temporary expressions created for the computation of the result.