Skip to content

Commit 38eff0a

Browse files
committed
docs: fix parameter description
1 parent 1dda021 commit 38eff0a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/string/first/docs/types

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/string/first/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
// TypeScript Version: 2.0
2020

2121
/**
22-
* Removes the first character(s) of a string.
22+
* Removes the first visual character(s) of a string.
2323
*
2424
* @param str - input string
25-
* @param n - number of characters to remove (default: 1)
25+
* @param n - number of characters to return (default: 1)
2626
* @returns updated string
2727
*
2828
* @example

0 commit comments

Comments
 (0)