Fix grammar
This commit is contained in:
parent
39cf520299
commit
0cc1b86a3a
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ use crate::intrinsics;
|
|||
/// ```
|
||||
///
|
||||
/// While using `unreachable_unchecked()` is perfectly sound in the following
|
||||
/// example, the compiler is able to prove that a division by zero is not
|
||||
/// possible. Benchmarking reveals that `unreachable_unchecked()` provides
|
||||
/// example, as the compiler is able to prove that a division by zero is not
|
||||
/// possible, benchmarking reveals that `unreachable_unchecked()` provides
|
||||
/// no benefit over using [`unreachable!`], while the latter does not introduce
|
||||
/// the possibility of Undefined Behavior.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue