Skip to content

Commit 7b46b40

Browse files
committed
More documentation
1 parent cadbae5 commit 7b46b40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,13 @@ <h2>Overview</h2>
543543
the <code>allow_nil</code> option. I find it quite common that you
544544
want to have constraints on an optional attribute.<br>
545545
</p>
546+
<p>
547+
One core value of this library is that nothing should be private or
548+
inaccessable. If you want to modify which values are considered
549+
empty for example you can simply overwrite
550+
<code>validate.isEmpty</code>, this way you don't have to wait for
551+
a pull request to be accepted or create a fork.
552+
</p>
546553
<div id="supported-runtimes">
547554
<h3>Supported runtimes</h3>
548555
<p>

0 commit comments

Comments
 (0)