We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac7cbc commit 4f837f0Copy full SHA for 4f837f0
lib/node_modules/@stdlib/string/tools/lib/index.js
@@ -41,7 +41,7 @@ var tools = {};
41
* @memberof tools
42
* @readonly
43
* @type {Function}
44
-* @see {@link module:@stdlib/string/tools/grapheme-cluster-break
+* @see {@link module:@stdlib/string/tools/grapheme-cluster-break}
45
*/
46
setReadOnly( tools, 'grapheme', require( '@stdlib/string/tools/grapheme-cluster-break' ) );
47
0 commit comments