Skip to content

Commit

Permalink
Fix typo and change a word in ControlFlow docs
Browse files Browse the repository at this point in the history
Co-authored-by: r00ster <r00ster91@protonmail.com>
  • Loading branch information
chrismit3s and wooster0 authored Oct 2, 2021
1 parent 081fe30 commit 825cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ops/control_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 825cd81

Please sign in to comment.