We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0888c6d + 4b59b35 commit 686857fCopy full SHA for 686857f
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