Skip to content

Commit

Permalink
split: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Sep 6, 2023
1 parent a0a9ee6 commit eaae32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/split/src/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ enum NumberType {

/// Assign lines via round-robin to the specified number of output
/// chunks, but output only the *k*th chunk.
KthRoundRobin(u64, u64), // not yet implemented?
KthRoundRobin(u64, u64),
}

impl NumberType {
Expand Down

0 comments on commit eaae32e

Please sign in to comment.