Skip to content

Commit 2040244

Browse files
committed
primitives - UnifiedNum::from_u66 fix docs
1 parent 64ed1f2 commit 2040244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/unified_num.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl UnifiedNum {
204204
UnifiedNum::from_whole(whole_number.to_integer())
205205
}
206206

207-
/// This method returns the inner [`u64`] representation of the [`UnifiedNum`].
207+
/// This method creates a [`UnifiedNum`] from an inner [`u64`] value.
208208
///
209209
/// This method does **not** take into account precision of [`UnifiedNum`]!
210210
pub const fn from_u64(value: u64) -> Self {

0 commit comments

Comments
 (0)