Skip to content

Commit 1b4b405

Browse files
authored
Fix doc string typo
1 parent 68ea68b commit 1b4b405

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
@@ -283,7 +283,7 @@ end
283283
diff2term(x::Term) -> Term
284284
diff2term(x) -> x
285285
286-
Convert a differential variable to a `Symbol`. Note that it only takes a `Term`
286+
Convert a differential variable to a `Term`. Note that it only takes a `Term`
287287
not a `Num`.
288288
```julia
289289
julia> ModelingToolkit.diff2term(ModelingToolkit.value(D(D(x))))

0 commit comments

Comments
 (0)