From 09622ebf0f0fee1cd96f556d42108a3d9f2a1e60 Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Sun, 30 May 2021 22:41:42 +0200 Subject: [PATCH] Add Oxford comma. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de9890a..22c0de6 100644 --- a/README.md +++ b/README.md @@ -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`.