Skip to content

Commit a2258d9

Browse files
Merge pull request #1085 from SciML/fix-spelling-errors
Fix spelling error
2 parents aaeafa4 + f1b3619 commit a2258d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ the usage of `f` and `bc`. These include:
22642264
in [`OptimizationFunction`](@ref). This is used to define the objective function
22652265
of the BVP, which can be minimized by optimization solvers.
22662266
- `equality(res, u, t)`: equality constraints functions for the BVP.
2267-
- `inequality(res, u, t)`: inequality contraints functions for the BVP.
2267+
- `inequality(res, u, t)`: inequality constraints functions for the BVP.
22682268
- `mass_matrix`: the mass matrix `M` represented in the BVP function. Can be used
22692269
to determine that the equation is actually a BVP for differential algebraic equation (DAE)
22702270
if `M` is singular.

0 commit comments

Comments
 (0)