1
Fork 0

docs: Standardize on 'Errors' header in std docs

This commit is contained in:
Kamal Marhubi 2016-02-01 21:41:29 -05:00
parent 49fe519791
commit 129a6239d2
9 changed files with 18 additions and 18 deletions

View file

@ -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.