Skip to content

Commit b4061fb

Browse files
Update README.md [ci skip]
1 parent 164f573 commit b4061fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ passed falls within the ```except``` list or when it falls entirely outside the
10811081

10821082
```ruby
10831083
params do
1084-
requires :number, type: Integer, values: { value: 1..20 except: [4,13], except_message: 'includes unsafe numbers', message: 'is outside the range of numbers allowed' }
1084+
requires :number, type: Integer, values: { value: 1..20, except: [4, 13], except_message: 'includes unsafe numbers', message: 'is outside the range of numbers allowed' }
10851085
end
10861086
```
10871087

0 commit comments

Comments
 (0)