Skip to content

Commit 686857f

Browse files
authored
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.
2 parents 0888c6d + 4b59b35 commit 686857f

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)