Fix spelling errors in documentation.
This commit is contained in:
parent
a979efc2f9
commit
464069a4bf
8 changed files with 9 additions and 9 deletions
|
|
@ -757,7 +757,7 @@ impl FromUtf8Error {
|
|||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn into_bytes(self) -> Vec<u8> { self.bytes }
|
||||
|
||||
/// Accesss the underlying UTF8-error that was the cause of this error.
|
||||
/// Access the underlying UTF8-error that was the cause of this error.
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn utf8_error(&self) -> Utf8Error { self.error }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue