Merge pull request #10170 from antonkesy/fix-typo

uu: fix typo
This commit is contained in:
Sylvestre Ledru
2026-01-11 10:18:00 +01:00
committed by GitHub
+1 -1
View File
@@ -288,7 +288,7 @@ pub fn uu_app() -> Command {
}
/// Integer print, default format, positive increment: fast code path
/// that avoids reformating digit at all iterations.
/// that avoids reformatting digit at all iterations.
fn fast_print_seq(
mut stdout: impl Write,
first: &BigUint,