We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2f09c commit 2d284e0Copy full SHA for 2d284e0
lib/node_modules/@stdlib/nlp/tokenize/docs/types/test.ts
@@ -21,7 +21,7 @@ import tokenize = require( './index' );
21
22
// TESTS //
23
24
-// The function returns a string...
+// The function returns an array of strings...
25
{
26
tokenize( 'Hello World!' ); // $ExpectType string[]
27
}
0 commit comments