Skip to content

Commit 7aba2fc

Browse files
Update src/systems/problem_utils.jl
1 parent b2decf7 commit 7aba2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ end
302302
$(TYPEDSIGNATURES)
303303
304304
Performs symbolic substitution on the values in `varmap` for the keys in `vars`, using
305-
`varmap` itself as the set of substitution rules. If an entry is `vars` is not a key
305+
`varmap` itself as the set of substitution rules. If an entry in `vars` is not a key
306306
in `varmap`, it is ignored.
307307
"""
308308
function evaluate_varmap!(varmap::AbstractDict, vars)

0 commit comments

Comments
 (0)