Skip to content

Commit

Permalink
fixed wrong wording (thanks @Eloitor !)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon authored Sep 13, 2024
1 parent 6ca812e commit 7ac3268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sample.art
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ define :sampleValidator is :validator [
]

invalid: [
; here we have to add valid cases
; that will return *true* when passed to our main action
; here we have to add invalid cases
; that will return *false* when passed to our main action
]
]
]
]
]

0 comments on commit 7ac3268

Please sign in to comment.