Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioh8010 committed Jun 29, 2023
1 parent 2348581 commit 3ee25ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Str.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee25ad

Please sign in to comment.