Skip to content

Commit b1bfd1e

Browse files
Merge pull request #1122 from abhro/patch-1
Remove `OptimizationFunction`'s `@ref` link from `BVPFunction` docstring
2 parents 5f0d0a6 + 1ce5f01 commit b1bfd1e

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
@@ -2261,7 +2261,7 @@ All of the remaining functions are optional for improving or accelerating
22612261
the usage of `f` and `bc`. These include:
22622262
22632263
- `cost(u, p)`: the target to be minimized, similar with the `cost` function
2264-
in [`OptimizationFunction`](@ref). This is used to define the objective function
2264+
in `OptimizationFunction`. 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.
22672267
- `inequality(res, u, t)`: inequality constraints functions for the BVP.

0 commit comments

Comments
 (0)