Skip to content

Commit

Permalink
Fix excess single-quote (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Oct 15, 2024
1 parent 303462a commit bad43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Method | Description
`positiveInteger($value, $message = '')` | Check that a value is a positive (non-zero) integer
`float($value, $message = '')` | Check that a value is a float
`numeric($value, $message = '')` | Check that a value is numeric
`natural($value, $message= ''')` | Check that a value is a non-negative integer
`natural($value, $message = '')` | Check that a value is a non-negative integer
`boolean($value, $message = '')` | Check that a value is a boolean
`scalar($value, $message = '')` | Check that a value is a scalar
`object($value, $message = '')` | Check that a value is an object
Expand Down

0 comments on commit bad43a8

Please sign in to comment.