Fixes grammatical error in assert module example (#4972)

reviewable/pr18780/r1
Timothy Appnel 8 years ago committed by James Cammarata
parent 0f505378c3
commit b995358185

@ -52,5 +52,5 @@ EXAMPLES = '''
that:
- "my_param <= 100"
- "my_param >= 0"
msg: "'my_param' is must be between 0 and 100"
msg: "'my_param' must be between 0 and 100"
'''

Loading…
Cancel
Save