diff --git a/docs/src/manual/variables.md b/docs/src/manual/variables.md index d57b2e2f56..5bef477ab3 100644 --- a/docs/src/manual/variables.md +++ b/docs/src/manual/variables.md @@ -61,7 +61,7 @@ The following attributes are available for variables: * [`VariablePrimalStart`](@ref) * [`VariablePrimal`](@ref) -Get and set these attributes using [`get`(@ref) and [`set`](@ref). +Get and set these attributes using [`get`](@ref) and [`set`](@ref). ```jldoctest variables julia> MOI.set(model, MOI.VariableName(), x, "var_x")