Clarify some documentation. (#3641)

This commit is contained in:
Teymour Aldridge
2022-01-04 19:15:19 +00:00
committed by GitHub
parent d2d0396f40
commit 40072f844e

View File

@@ -69,7 +69,7 @@ impl Imm64 {
Self(self.0.wrapping_neg()) Self(self.0.wrapping_neg())
} }
/// Return bits of this immediate. /// Returns the value of this immediate.
pub fn bits(&self) -> i64 { pub fn bits(&self) -> i64 {
self.0 self.0
} }