Skip to content

Commit f1b3619

Browse files
committed
Fix spelling error: contraints -> constraints
1 parent aaeafa4 commit f1b3619

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)