From ae7c379b5e3914362a601e55984de620fdea8f81 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Wed, 24 Jul 2024 17:23:26 -0300 Subject: [PATCH] Update user guide --- guide/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/index.rst b/guide/index.rst index 86bc365..ae5aa9e 100644 --- a/guide/index.rst +++ b/guide/index.rst @@ -51,7 +51,7 @@ Validation logic typically occurs as follows: echo ''; } -First load the Validation class. Then the rules are drafted and finally validated. +First load the Validation class. Then the rules are set and finally validated. Then a response is shown if the validation was valid or not. Setting Rules @@ -798,7 +798,7 @@ The field requires special characters. The rule can take two parameters:: ``$quantity`` and ``$characters``. -``$quantity`` x is the number and special characters the field value must have. +``$quantity`` is the number of special characters the field value must have. By default the value is ``1``. ``$characters`` are the characters considered special. By default they are these: