Skip to content

Commit 2d284e0

Browse files
committed
Fix test description
1 parent dd2f09c commit 2d284e0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/nlp/tokenize/docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import tokenize = require( './index' );
2121

2222
// TESTS //
2323

24-
// The function returns a string...
24+
// The function returns an array of strings...
2525
{
2626
tokenize( 'Hello World!' ); // $ExpectType string[]
2727
}

0 commit comments

Comments
 (0)