Skip to content

Commit 3ee03f0

Browse files
Speedy37cuviper
authored andcommitted
fix iter_u32_digits comment
1 parent 7c85952 commit 3ee03f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bigint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ impl BigInt {
30003000
(self.sign, self.data.to_u64_digits())
30013001
}
30023002

3003-
/// Returns an iterator of `u64` digits representation of the `BigUint` ordered least
3003+
/// Returns an iterator of `u32` digits representation of the `BigUint` ordered least
30043004
/// significant digit first.
30053005
///
30063006
/// # Examples

0 commit comments

Comments
 (0)