Skip to content

Commit 6ddc1a7

Browse files
committed
adjust error message
1 parent 59d277b commit 6ddc1a7

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
@@ -338,7 +338,7 @@ function Base.showerror(io::IO, err::MissingGuessError)
338338
339339
In order for the problem to be initialized, all of the variables must have \
340340
a numeric value to serve as a starting point for the nonlinear solve. \
341-
Please provide one or more additional numeric guesses to `guesses` in \
341+
Please provide an additional numeric guess to `guesses` in \
342342
the problem constructor.
343343
344344
This error was thrown because symbolic value $(err.val) was found for variable $(err.sym).

0 commit comments

Comments
 (0)