Skip to content

Commit bd31962

Browse files
authored
other branch -> else branch
1 parent 80dcad9 commit bd31962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ mod prim_bool {}
222222
///
223223
/// The reason is that, in the first example, there are many possible types that `!` could coerce
224224
/// to, because the function can return one of many concrete types. However, in the second example,
225-
/// the other branch returns a `0` of type `u32`, which is a concrete type that `!` can be coerced
225+
/// the `else` branch returns a `0` of type `u32`, which is a concrete type that `!` can be coerced
226226
/// to. See issue [#36375] for more information on this quirk of `!`.
227227
///
228228
/// [#36375]: https://github.com/rust-lang/rust/issues/36375

0 commit comments

Comments
 (0)