Skip to content

Commit 7cdebfe

Browse files
Typo: inequality repeated instead of equality in fortran docs (#564)
1 parent 10f3c33 commit 7cdebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docs/NLopt_Fortran_Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Just as for [nonlinear constraints in C](NLopt_Reference#nonlinear-constraints),
149149

150150
```
151151
call nlo_add_inequality_constraint(ires, opt, fc, fc_data, tol)
152-
call nlo_add_inequality_constraint(ires, opt, h, h_data, tol)
152+
call nlo_add_equality_constraint(ires, opt, h, h_data, tol)
153153
```
154154

155155

0 commit comments

Comments
 (0)