Skip to content

Commit 388691a

Browse files
committed
fix typo
1 parent aa4e3e2 commit 388691a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ xˍtt(t)
309309
```
310310
"""
311311
function diff2term(O)
312-
istree(O)) || return O
312+
istree(O) || return O
313313
if is_derivative(O)
314314
(x, t, order) = flatten_differential(O)
315315
return lower_varname(x, t, order)

0 commit comments

Comments
 (0)