From 3ee25ad628adeeaea73895b0aa0e4d4b7c594482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Henriques?= Date: Thu, 29 Jun 2023 12:20:27 +0100 Subject: [PATCH] Small fix --- lib/Str.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Str.js b/lib/Str.js index b59070a6..29535a01 100644 --- a/lib/Str.js +++ b/lib/Str.js @@ -15,8 +15,8 @@ function startsWith(haystack, needle) { /** * Checks if parameter is a string or function. - * If it is a string then we will just return it. - * If it is a function then we will call it with + * If it is a string, then we will just return it. + * If it is a function, then we will call it with * any additional arguments and return the result. * * @param {String|Function} parameter