docs: Standardize on 'Errors' header in std docs
This commit is contained in:
parent
49fe519791
commit
129a6239d2
9 changed files with 18 additions and 18 deletions
|
@ -188,7 +188,7 @@ impl Utf8Error {
|
|||
/// it, this function is one way to have a stack-allocated string. There is
|
||||
/// an example of this in the examples section below.
|
||||
///
|
||||
/// # Failure
|
||||
/// # Errors
|
||||
///
|
||||
/// Returns `Err` if the slice is not UTF-8 with a description as to why the
|
||||
/// provided slice is not UTF-8.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue