diff --git a/convex-core/src/main/java/convex/core/data/ASequence.java b/convex-core/src/main/java/convex/core/data/ASequence.java index 5728a2068..87d396ce1 100644 --- a/convex-core/src/main/java/convex/core/data/ASequence.java +++ b/convex-core/src/main/java/convex/core/data/ASequence.java @@ -89,7 +89,7 @@ public final boolean addAll(int index, Collection c) { /** * Gets the sequence of all elements after the first, or null if no elements - * remain after the first (i.e. count <= 1) + * remain after the first (i.e. count of 0 or 1) * * @return Sequence following the first element */