Skip to content

Commit 0d4eccc

Browse files
committed
📝 Fix doc build
1 parent a481d6e commit 0d4eccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/apimanual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,10 @@ will additionally support `ScalarAffineFunction`-in-`Interval`.
839839

840840
Solver-specific attributes should either be passed to the optimizer on creation,
841841
e.g., `MyPackage.Optimizer(PrintLevel = 0)`, or through a sub-type of
842-
[`AbstractSolverAttribute`](@ref). For example, inside `MyPackage`, we could add
842+
[`AbstractOptimizerAttribute`](@ref). For example, inside `MyPackage`, we could add
843843
the following:
844844
```julia
845-
struct PrintLevel <: MOI.AbstractSolverAttribute end
845+
struct PrintLevel <: MOI.AbstractOptimizerAttribute end
846846
function MOI.set(model::Optimizer, ::PrintLevel, level::Int)
847847
# ... set the print level ...
848848
end

0 commit comments

Comments
 (0)