Skip to content

Commit

Permalink
Fix wording in mir doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Sep 17, 2020
1 parent 285fc7d commit b7c8bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/mir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ impl<'tcx> Debug for Rvalue<'tcx> {
/// Constants
///
/// Two constants are equal if they are the same constant. Note that
/// this does not necessarily mean that they are `==` in Rust -- in
/// this does not necessarily mean that they are `==` in Rust. In
/// particular, one must be wary of `NaN`!

#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
Expand Down

0 comments on commit b7c8bea

Please sign in to comment.