Skip to content

Commit 24b6bb6

Browse files
committed
Mark parameter as optional
1 parent ebe857d commit 24b6bb6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/nlp/tokenize/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/nlp/tokenize/docs/repl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
str: string
1111
Input string.
1212

13-
keepWhitespace: boolean
13+
keepWhitespace: boolean (optional)
1414
Boolean indicating whether whitespace characters should be returned as
1515
part of the token array. Default: `false`.
1616

0 commit comments

Comments
 (0)