Skip to content

Commit a29c314

Browse files
committed
Fix comment
1 parent 3587996 commit a29c314

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/regexp/utf16-unpaired-surrogate/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/regexp/utf16-unpaired-surrogate/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var RE_UTF16_UNPAIRED_SURROGATE = require( './../lib' ); // eslint-line-disable id-length
3+
var RE_UTF16_UNPAIRED_SURROGATE = require( './../lib' ); // eslint-disable-line id-length
44

55
console.log( RE_UTF16_UNPAIRED_SURROGATE.test( '\uD800' ) );
66
// => true

0 commit comments

Comments
 (0)