Skip to content

Commit b26f9d6

Browse files
Trottgibfahn
authored andcommitted
doc: standardize preposition usage in fs.md
"On <operating system>" is used everywhere in this file except for one use of "In <operating system>". Standardize to "On". PR-URL: #17463 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 3831e29 commit b26f9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ a new inode. The watch will emit an event for the delete but will continue
24912491
watching the *original* inode. Events for the new inode will not be emitted.
24922492
This is expected behavior.
24932493

2494-
In AIX, save and close of a file being watched causes two notifications -
2494+
On AIX, save and close of a file being watched causes two notifications -
24952495
one for adding new content, and one for truncation. Moreover, save and
24962496
close operations on some platforms cause inode changes that force watch
24972497
operations to become invalid and ineffective. AIX retains inode for the

0 commit comments

Comments
 (0)