Skip to content

Commit ac92b8b

Browse files
Alonely0cakebaker
andcommitted
chore(factor): update comments
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
1 parent e93c99b commit ac92b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/factor/src/factor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl Display for NumError<'_> {
137137
}
138138
}
139139

140-
/// Writing out the prime factors for u64 integers
140+
/// Writing out the prime factors for integers
141141
fn write_result(
142142
w: &mut io::BufWriter<impl Write>,
143143
x: &impl Display,

0 commit comments

Comments
 (0)