Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/uu/seq/src/seq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading