We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ced71 commit 74e7eedCopy full SHA for 74e7eed
src/CountExceedingBehaviour.cs
@@ -8,10 +8,10 @@ public enum CountExceedingBehaviour
8
/// <summary>
9
/// The last element returned will be all the remaining elements appended as one.
10
/// </summary>
11
- AppendLastElements,
+ AppendRemainingElements,
12
13
/// Every split instance more than permitted will not be returned.
14
15
- CutLastElements
+ CutRemainingElements
16
}
17
0 commit comments