Skip to content

Commit ad1cf0f

Browse files
committed
Fix a typo in NLPModelsIpopt.jl
1 parent 8c262c5 commit ad1cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NLPModelsIpopt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ end
153153
"""
154154
output = ipopt(nlp; kwargs...)
155155
156-
Solves the `NLPModel` problem `nlp` using `IpOpt`.
156+
Solves the `NLPModel` problem `nlp` using `Ipopt`.
157157
158158
For advanced usage, first define a `IpoptSolver` to preallocate the memory used in the algorithm, and then call `solve!`:
159159
solver = IpoptSolver(nlp)

0 commit comments

Comments
 (0)