We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FromStr
1 parent 8c852bc commit 4b59b35Copy full SHA for 4b59b35
library/core/src/str/traits.rs
@@ -536,7 +536,7 @@ pub trait FromStr: Sized {
536
///
537
/// If parsing succeeds, return the value inside [`Ok`], otherwise
538
/// when the string is ill-formatted return an error specific to the
539
- /// 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.
540
541
/// # Examples
542
0 commit comments