Skip to content

Commit

Permalink
docs: fix parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 29, 2023
1 parent 1dda021 commit 38eff0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/string/first/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
// TypeScript Version: 2.0

/**
* Removes the first character(s) of a string.
* Removes the first visual character(s) of a string.
*
* @param str - input string
* @param n - number of characters to remove (default: 1)
* @param n - number of characters to return (default: 1)
* @returns updated string
*
* @example
Expand Down

0 comments on commit 38eff0a

Please sign in to comment.