Skip to content

Commit 63125aa

Browse files
Apply suggestions from code review
Co-authored-by: James M Snell <[email protected]>
1 parent 0dfe288 commit 63125aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/repl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,8 +1328,8 @@ function completeFSFunctions(match) {
13281328
// -> [['util.print', 'util.debug', 'util.log', 'util.inspect'],
13291329
// 'util.' ]
13301330
//
1331-
// Warning: This eval's code like "foo.bar.baz", so it could run property
1332-
// getter code. To avoid potential side-effecful getters the completion
1331+
// Warning: This evals code like "foo.bar.baz", so it could run property
1332+
// getter code. To avoid potential triggering side-effects with getters the completion
13331333
// logic is skipped when getters or proxies are involved in the expression.
13341334
// (see: https://github.com/nodejs/node/issues/57829).
13351335
async function complete(line, callback) {

0 commit comments

Comments
 (0)