Skip to content

Commit c4ddd4d

Browse files
authored
Fix missing parameter description
1 parent 3260861 commit c4ddd4d

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/string/remove-last/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/string/remove-last/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ var isMode = contains( MODES );
4949
*
5050
* @param {string} str - input string
5151
* @param {NonNegativeInteger} [n=1] - number of character to remove
52+
* @param {Options} [options] - options
5253
* @param {string} [options.mode="grapheme"] - type of "character" to return (must be either `grapheme`, `code_point`, or `code_unit`)
5354
* @throws {TypeError} must provide a string primitive
5455
* @throws {TypeError} second argument must be a nonnegative integer

0 commit comments

Comments
 (0)