Skip to content

Commit b697fd5

Browse files
authored
Merge pull request #621 from vaerksted/master
fix typo
2 parents d009ca8 + f622494 commit b697fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ multivariate polynomials implementation.
252252
expand(expr) = unpolyize(PolyForm(expr, Fs=Union{typeof(+), typeof(*), typeof(^)}, recurse=true))
253253

254254
function unpolyize(x)
255-
# we need a special makterm here because the default one used in Postwalk will call
255+
# we need a special maketerm here because the default one used in Postwalk will call
256256
# promote_symtype to get the new type, but we just want to forward that in case
257257
# promote_symtype is not defined for some of the expressions here.
258258
Postwalk(identity, maketerm=(T,f,args,sT,m) -> maketerm(T, f, args, symtype(x), m))(x)

0 commit comments

Comments
 (0)