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

Commit

Permalink
style: Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Sep 12, 2016
1 parent f9e5a1f commit feaea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* IN THE SOFTWARE.
*/
'use strict'; /* eslint no-underscore-dangle: 0 */
// Our equivalent of '_debugger' in node itthis
// Our equivalent of 'lib/_debugger.js' in node core
const assert = require('assert');
const crypto = require('crypto');
const events = require('events');
Expand Down

0 comments on commit feaea38

Please sign in to comment.