Rollup merge of #89873 - askoufis:patch-1, r=Mark-Simulacrum
Add missing word to `FromStr` trait documentation The doc comment is getting a bit wide, let me know if I should restructure it/add a new line.
This commit is contained in:
commit
686857f5bf
@ -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…
x
Reference in New Issue
Block a user