From bd428997a2923ee852b80fbd6d6a102fe529b20d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 23 Oct 2017 19:03:35 +0700 Subject: [PATCH] Remove trailing whitespace --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 51b18bf..0a8fa36 100644 --- a/readme.md +++ b/readme.md @@ -86,7 +86,7 @@ Returns `true` for any object that implements its own `.next()` and `.throw()` m ##### .asyncFunction(value) -Returns `true` for any `async` function that can be called with the `await` operator. +Returns `true` for any `async` function that can be called with the `await` operator. ```js is.asyncFunction(async () => {}); @@ -135,7 +135,7 @@ is.truthy(undefined); ##### .falsy(value) -Returns `true` if `value` is one of: `false`, `0`, `''`, `null`, `undefined`, `NaN`. +Returns `true` if `value` is one of: `false`, `0`, `''`, `null`, `undefined`, `NaN`. ##### .nan(value) ##### .nullOrUndefined(value)