1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

split: comments

This commit is contained in:
zhitkoff 2023-09-05 20:12:25 -04:00
parent a0a9ee6491
commit eaae32ec3b

View file

@ -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 {