Skip to content

Commit

Permalink
Merge pull request #1 from drkameleon/patch-1
Browse files Browse the repository at this point in the history
fixed wrong wording (thanks @Eloitor !)
  • Loading branch information
drkameleon committed Sep 13, 2024
2 parents 6ca812e + 7ac3268 commit ea2f3c6
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 ea2f3c6

Please sign in to comment.