We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ed1f2 commit 2040244Copy full SHA for 2040244
primitives/src/unified_num.rs
@@ -204,7 +204,7 @@ impl UnifiedNum {
204
UnifiedNum::from_whole(whole_number.to_integer())
205
}
206
207
- /// This method returns the inner [`u64`] representation of the [`UnifiedNum`].
+ /// This method creates a [`UnifiedNum`] from an inner [`u64`] value.
208
///
209
/// This method does **not** take into account precision of [`UnifiedNum`]!
210
pub const fn from_u64(value: u64) -> Self {
0 commit comments