Skip to content

Commit b7c8bea

Browse files
authored
Fix wording in mir doc
1 parent 285fc7d commit b7c8bea

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
22852285
/// Constants
22862286
///
22872287
/// Two constants are equal if they are the same constant. Note that
2288-
/// this does not necessarily mean that they are `==` in Rust -- in
2288+
/// this does not necessarily mean that they are `==` in Rust. In
22892289
/// particular, one must be wary of `NaN`!
22902290
22912291
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]

0 commit comments

Comments
 (0)