Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit feaea38

Browse files
author
Jan Krems
committed
style: Typo in comment
1 parent f9e5a1f commit feaea38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node-inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* IN THE SOFTWARE.
2121
*/
2222
'use strict'; /* eslint no-underscore-dangle: 0 */
23-
// Our equivalent of '_debugger' in node itthis
23+
// Our equivalent of 'lib/_debugger.js' in node core
2424
const assert = require('assert');
2525
const crypto = require('crypto');
2626
const events = require('events');

0 commit comments

Comments
 (0)