Skip to content

Commit

Permalink
Add Oxford comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored May 30, 2021
1 parent 15ce234 commit 09622eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ The `boolean` function considers the following values to be equivalent to `true`
- `'1'` (string)
- `1` (number)

In addition to the primitive types mentioned above, boolean also supports their object wrappers `Boolean`, `String` and `Number`.
In addition to the primitive types mentioned above, boolean also supports their object wrappers `Boolean`, `String`, and `Number`.

_Please note that if you provide a string or String object, it will be trimmed._
_Please note that if you provide a `string` or `String` object, it will be trimmed._

All other values, including `undefined` and `null` are considered to be `false`.

Expand Down

0 comments on commit 09622eb

Please sign in to comment.