We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0612568 commit 0689efcCopy full SHA for 0689efc
src/libstd/keyword_docs.rs
@@ -685,12 +685,12 @@ mod impl_keyword {}
685
/// ## Literal Examples:
686
///
687
/// * `for _ **in** 1..3 {}` - Iterate over an exclusive range up to but excluding 3.
688
-/// * `for _ **in** 1..=3 {}` - Iterate over an inclusive range up to and includeing 3.
+/// * `for _ **in** 1..=3 {}` - Iterate over an inclusive range up to and including 3.
689
690
/// (Read more about [range patterns])
691
692
/// [`Iterator`]: ../book/ch13-04-performance.html
693
-/// [`range patterns`]: ../reference/patterns.html?highlight=range#range-patterns
+/// [range patterns]: ../reference/patterns.html?highlight=range#range-patterns
694
/// [`for`]: keyword.for.html
695
mod in_keyword {}
696
0 commit comments