Skip to content

Commit 389874f

Browse files
committed
fix
1 parent 03edf44 commit 389874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Simplify an expression (`x`) by applying `rewriter` until there are no changes.
1212
`expand=true` applies [`expand`](/api/#expand) in the beginning of each fixpoint iteration.
1313
"""
1414
function simplify(x;
15-
expand=false
15+
expand=false,
1616
polynorm=nothing,
1717
threaded=false,
1818
thread_subtree_cutoff=100,

0 commit comments

Comments
 (0)