Fix some typos
This commit is contained in:
parent
59f6b8338e
commit
3ab86fbab2
53 changed files with 83 additions and 82 deletions
|
|
@ -66,7 +66,7 @@ pub trait FileExt {
|
|||
/// from the current cursor. The current cursor **is** affected by this
|
||||
/// function, it is set to the end of the write.
|
||||
///
|
||||
/// When writing beyond the end of the file, the file is appropiately
|
||||
/// When writing beyond the end of the file, the file is appropriately
|
||||
/// extended and the intermediate bytes are left uninitialized.
|
||||
///
|
||||
/// Note that similar to `File::write`, it is not an error to return a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue