Skip to content

Commit 28e8fe7

Browse files
committed
Update README.md
1 parent 7c920f7 commit 28e8fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Currently is implemented for status code. You can pass to the validate array dif
128128
| type | description |
129129
| --- | --- |
130130
| const(Int) [default] 200 | Validate by exact value |
131-
| range(Range<Int>) | Validate by range |
131+
| range(Range<Int>) [default] 200..<300 | Validate by range |
132132
| predicate(Predicate) | Validate by predicate func if you need some specific precessing logic |
133133

134134
#### By range

0 commit comments

Comments
 (0)