From de794438e336bb2122ccc58cab175efd5a23186c Mon Sep 17 00:00:00 2001 From: odow Date: Thu, 1 Jul 2021 14:23:52 +1200 Subject: [PATCH] Fix typo in docs --- docs/src/manual/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")