fix a doc typo at std::os::unix::fs::FileExt::write_at
This commit is contained in:
parent
93dd620241
commit
3431fb7b61
@ -155,7 +155,7 @@ pub trait FileExt {
|
|||||||
/// flag fail to respect the offset parameter, always appending to the end
|
/// flag fail to respect the offset parameter, always appending to the end
|
||||||
/// of the file instead.
|
/// of the file instead.
|
||||||
///
|
///
|
||||||
/// 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.
|
||||||
/// Therefore, it is important to be vigilant while changing options to mitigate
|
/// Therefore, it is important to be vigilant while changing options to mitigate
|
||||||
/// unexpected behaviour.
|
/// unexpected behaviour.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user