We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dd620 commit 3431fb7Copy full SHA for 3431fb7
library/std/src/os/unix/fs.rs
@@ -155,7 +155,7 @@ pub trait FileExt {
155
/// flag fail to respect the offset parameter, always appending to the end
156
/// of the file instead.
157
///
158
- /// It is possible to inadvertantly set this flag, like in the example below.
+ /// It is possible to inadvertently set this flag, like in the example below.
159
/// Therefore, it is important to be vigilant while changing options to mitigate
160
/// unexpected behaviour.
161
0 commit comments