Skip to content

Commit 409680e

Browse files
committed
Fix comment
1 parent 599cd88 commit 409680e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class File {
494494
this.emitter.emit('did-rename');
495495
return;
496496
}
497-
// Same event name - it's an atomic update
497+
// Same file name - it's an atomic update
498498
this.unsubscribeFromNativeChangeEvents();
499499
this.subscribeToNativeChangeEvents(); // because the inode changed
500500
case 'change':

0 commit comments

Comments
 (0)