Skip to content

Commit

Permalink
✏️ constructedi -> constructed
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 7, 2019
1 parent dedb6e2 commit 46eb4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extensions.md
Expand Up @@ -34,7 +34,7 @@ The [`@constraint`](@ref) macro always calls the same three functions:
* [`build_constraint`](@ref): given the functions and sets involved in the
constraints, it returns a `AbstractConstraint`;
* [`add_constraint`](@ref): given the model, the `AbstractConstraint`
constructedi in [`build_constraint`](@ref) and the constraint name, it stores
constructed in [`build_constraint`](@ref) and the constraint name, it stores
them in the model and returns a `ConstraintRef`.

Adding methods to these functions is the recommended way to extend the
Expand Down

0 comments on commit 46eb4e1

Please sign in to comment.