Skip to content

Commit 825cd81

Browse files
chrismit3swooster0
andauthored
Fix typo and change a word in ControlFlow docs
Co-authored-by: r00ster <[email protected]>
1 parent 081fe30 commit 825cd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/control_flow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::{convert, ops};
88
/// mean again?" -- and allows including a value.
99
///
1010
/// Similar to [`Option`] and [`Result`], this enum can be used with the `?` operator
11-
/// to return immediatly if the [`Break`] variant is present or to continue normally
11+
/// to return immediately if the [`Break`] variant is present or otherwise continue normally
1212
/// with the value inside the [`Continue`] variant.
1313
///
1414
/// # Examples

0 commit comments

Comments
 (0)