Skip to content

Commit

Permalink
[docs] fix docstring of rewrite macro (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 27, 2023
1 parent 0b3f7d1 commit c096dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewrite.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c096dd7

Please sign in to comment.