Skip to content

Commit 704f085

Browse files
spell check
1 parent 7627ebb commit 704f085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/tutorials/initialization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ long enough you will see that `λ = 0` is required for this equation, but since
195195
`λ = 1` we end up with a set of equations that are impossible to satisfy.
196196

197197
!!! note
198-
198+
199199
If you would prefer to have an error instead of a warning in the context of non-fully
200200
determined systems, pass the keyword argument `fully_determined = true` into the
201201
problem constructor. Additionally, any warning about not being fully determined can
202-
be supressed via passing `warn_initialize_determined = false`.
202+
be suppressed via passing `warn_initialize_determined = false`.
203203

204204
## Diving Deeper: Constructing the Initialization System
205205

@@ -278,7 +278,7 @@ sol = solve(iprob)
278278
```
279279

280280
!!! note
281-
281+
282282
For more information on solving NonlinearProblems and NonlinearLeastSquaresProblems,
283283
check out the [NonlinearSolve.jl tutorials!](https://docs.sciml.ai/NonlinearSolve/stable/tutorials/getting_started/).
284284

0 commit comments

Comments
 (0)