Commit 54bfe075 by Qiang Xue

Merge pull request #4463 from qiansen1386/patch-13

fix the link
parents 1cdc51c6 1e6a1d94
......@@ -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