Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Oct 4, 2018
1 parent d3b7b37 commit 4a1359c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ struct VariableRef <: AbstractVariableRef
index::MOI.VariableIndex
end

# owner_model should be implemented by an `AbstractVariableRef` if the field
# name is not `model`.
# `AbstractVariableRef` types must override the default `owner_model` if the field
# name is not `model`.
"""
owner_model(v::AbstractVariableRef)
Expand Down

0 comments on commit 4a1359c

Please sign in to comment.