Skip to content

Commit 4f837f0

Browse files
committed
Add missing curly brace
1 parent 4ac7cbc commit 4f837f0

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/string/tools/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/tools/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var tools = {};
4141
* @memberof tools
4242
* @readonly
4343
* @type {Function}
44-
* @see {@link module:@stdlib/string/tools/grapheme-cluster-break
44+
* @see {@link module:@stdlib/string/tools/grapheme-cluster-break}
4545
*/
4646
setReadOnly( tools, 'grapheme', require( '@stdlib/string/tools/grapheme-cluster-break' ) );
4747

0 commit comments

Comments
 (0)