We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db9757 commit 552afd3Copy full SHA for 552afd3
src/libstd/fs.rs
@@ -512,7 +512,7 @@ impl OpenOptions {
512
/// No file is allowed to exist at the target location, also no (dangling)
513
/// symlink.
514
///
515
- /// This option is useful because it as atomic. Otherwise between checking
+ /// This option is useful because it is atomic. Otherwise between checking
516
/// whether a file exists and creating a new one, the file may have been
517
/// created by another process (a TOCTOU race condition / attack).
518
0 commit comments