Skip to content

Commit 74e7eed

Browse files
committed
renamed CountExceedingBehaviour...
1 parent e9ced71 commit 74e7eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CountExceedingBehaviour.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ public enum CountExceedingBehaviour
88
/// <summary>
99
/// The last element returned will be all the remaining elements appended as one.
1010
/// </summary>
11-
AppendLastElements,
11+
AppendRemainingElements,
1212
/// <summary>
1313
/// Every split instance more than permitted will not be returned.
1414
/// </summary>
15-
CutLastElements
15+
CutRemainingElements
1616
}
1717
}

0 commit comments

Comments
 (0)