Skip to content

Commit c5eb64a

Browse files
fix: add quotes to return value in msg2id comment
1 parent e8d3c79 commit c5eb64a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/error/tools/msg2id/lib

lib/node_modules/@stdlib/error/tools/msg2id/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* var msg2id = require( '@stdlib/error/tools/msg2id' );
2828
*
2929
* var v = msg2id( 'invalid option. `%s` option must be an array. Option: `%s`.' );
30-
* // returns 8Z
30+
* // returns '8Z'
3131
*/
3232

3333
// MODULES //

0 commit comments

Comments
 (0)