fix the link

parent 1cdc51c6
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment