Skip to content

Commit 8d3390e

Browse files
committed
auto merge of #16730 : tshepang/rust/typos, r=pcwalton
2 parents 084325f + 0a30736 commit 8d3390e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/str.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1507,8 +1507,8 @@ pub trait StrSlice<'a> {
15071507
///
15081508
/// # Example
15091509
///
1510-
/// This example manually iterate through the characters of a
1511-
/// string; this should normally by done by `.chars()` or
1510+
/// This example manually iterates through the characters of a
1511+
/// string; this should normally be done by `.chars()` or
15121512
/// `.char_indices`.
15131513
///
15141514
/// ```rust

0 commit comments

Comments
 (0)