diff --git a/docs/guide/tutorial-core-validators.md b/docs/guide/tutorial-core-validators.md index ffb76b1a09..317d82feea 100644 --- a/docs/guide/tutorial-core-validators.md +++ b/docs/guide/tutorial-core-validators.md @@ -368,7 +368,7 @@ This validator checks if the input value matches the specified regular expressio ] ``` -This validator checks if the input value is a number. It is equivalent to the [double](#double] validator. +This validator checks if the input value is a number. It is equivalent to the [double](#double) validator. - `max`: the upper limit (inclusive) of the value. If not set, it means the validator does not check the upper limit. - `min`: the lower limit (inclusive) of the value. If not set, it means the validator does not check the lower limit.