From ca30df8046c79b68264ffb01310039adc5d1b4f5 Mon Sep 17 00:00:00 2001 From: Bjorn Stromberg Date: Thu, 3 Aug 2023 07:58:46 +0900 Subject: [PATCH] Add period to end of sentence Co-authored-by: Sindre Sorhus --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c2bd3f2..c1ecdb3 100644 --- a/readme.md +++ b/readme.md @@ -550,11 +550,11 @@ is.all(is.string, '🦄', [], 'unicorns'); ##### .validLength(value) -Returns `true` if the value is a safe integer that is greater than or equal to zero +Returns `true` if the value is a safe integer that is greater than or equal to zero. ##### .whitespaceString(value) -Returns `true` if the value is a string with only whitespace characters +Returns `true` if the value is a string with only whitespace characters. ## Type guards