Skip to content

Commit 4b59b35

Browse files
authored
Add missing word to FromStr trait docs
1 parent 8c852bc commit 4b59b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/str/traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ pub trait FromStr: Sized {
536536
///
537537
/// If parsing succeeds, return the value inside [`Ok`], otherwise
538538
/// 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.
539+
/// inside [`Err`]. The error type is specific to the implementation of the trait.
540540
///
541541
/// # Examples
542542
///

0 commit comments

Comments
 (0)