Skip to content

Commit

Permalink
fix @check docstring (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Oct 31, 2024
1 parent 3e1f958 commit fa7c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
Define a constraint for a schema version (e.g. `@check x > 0`) from a boolean expression.
The `expr` should evaulate to `true` if the constraint is met or `false` if the constraint
is violated. Multiple constraints may be defined for a schema version. All `@check`
constraints defined with a [`@version`](@ref) must proceed all fields defined by the schema
constraints defined with a [`@version`](@ref) must follow all fields defined by the schema
version.
For more details and examples, please see `Legolas.jl/examples/tour.jl`.
Expand Down

0 comments on commit fa7c42b

Please sign in to comment.