mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
split: comments
This commit is contained in:
parent
a0a9ee6491
commit
eaae32ec3b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ enum NumberType {
|
||||||
|
|
||||||
/// Assign lines via round-robin to the specified number of output
|
/// Assign lines via round-robin to the specified number of output
|
||||||
/// chunks, but output only the *k*th chunk.
|
/// chunks, but output only the *k*th chunk.
|
||||||
KthRoundRobin(u64, u64), // not yet implemented?
|
KthRoundRobin(u64, u64),
|
||||||
}
|
}
|
||||||
|
|
||||||
impl NumberType {
|
impl NumberType {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue