Skip to content

Commit 92e1f07

Browse files
committedMar 14, 2025·
adjust error message
1 parent 8890ffd commit 92e1f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/systems/problem_utils.jl

+1-1
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)