Skip to content

Commit

Permalink
squash: slight spelling and grammer update
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Nov 6, 2019
1 parent 1ec46c6 commit 7e03961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/fs/watchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ StatWatcher.prototype[kFSStatWatcherStart] = function(filename,
}
};

// To maximize backword-compatiblity for the end user
// To maximize backward-compatiblity for the end user,
// a no-op stub method has been added instead of
// totally removing StatWatcher.prototpye.start.
// This should not be documented
// This should not be documented.
StatWatcher.prototype.start = () => {};

// FIXME(joyeecheung): this method is not documented while there is
Expand Down

0 comments on commit 7e03961

Please sign in to comment.