From 7ac32680369b38a91b2543f7b3fd4277a18fd76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:06:16 +0200 Subject: [PATCH] fixed wrong wording (thanks @eloitor !) --- docs/sample.art | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sample.art b/docs/sample.art index 8d6c897..984932f 100644 --- a/docs/sample.art +++ b/docs/sample.art @@ -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 ] ] ] -] \ No newline at end of file +]