mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Rollup merge of #79383 - abdnh:patch-1, r=shepmaster
Fix bold code formatting in keyword docs
This commit is contained in:
commit
13375864ed
@ -718,8 +718,8 @@ mod impl_keyword {}
|
||||
///
|
||||
/// ## Literal Examples:
|
||||
///
|
||||
/// * `for _ **in** 1..3 {}` - Iterate over an exclusive range up to but excluding 3.
|
||||
/// * `for _ **in** 1..=3 {}` - Iterate over an inclusive range up to and including 3.
|
||||
/// * `for _ in 1..3 {}` - Iterate over an exclusive range up to but excluding 3.
|
||||
/// * `for _ in 1..=3 {}` - Iterate over an inclusive range up to and including 3.
|
||||
///
|
||||
/// (Read more about [range patterns])
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user