Add missing word to FromStr
trait docs
This commit is contained in:
parent
8c852bc15a
commit
4b59b35b76
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ pub trait FromStr: Sized {
|
|||
///
|
||||
/// If parsing succeeds, return the value inside [`Ok`], otherwise
|
||||
/// when the string is ill-formatted return an error specific to the
|
||||
/// inside [`Err`]. The error type is specific to implementation of the trait.
|
||||
/// inside [`Err`]. The error type is specific to the implementation of the trait.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue