mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-19 12:05:08 +00:00
Fix typo and change a word in ControlFlow docs
Co-authored-by: r00ster <r00ster91@protonmail.com>
This commit is contained in:
parent
081fe300e7
commit
825cd81018
@ -8,7 +8,7 @@ use crate::{convert, ops};
|
||||
/// mean again?" -- and allows including a value.
|
||||
///
|
||||
/// Similar to [`Option`] and [`Result`], this enum can be used with the `?` operator
|
||||
/// to return immediatly if the [`Break`] variant is present or to continue normally
|
||||
/// to return immediately if the [`Break`] variant is present or otherwise continue normally
|
||||
/// with the value inside the [`Continue`] variant.
|
||||
///
|
||||
/// # Examples
|
||||
|
Loading…
Reference in New Issue
Block a user