Skip to content

Commit

Permalink
Add missing word to FromStr trait docs
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Oct 14, 2021
1 parent 8c852bc commit 4b59b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 4b59b35

Please sign in to comment.