Skip to content

Commit

Permalink
0.7.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed May 21, 2024
1 parent a1858ea commit 6ce3036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex-core/src/main/java/convex/core/data/ASequence.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public final boolean addAll(int index, Collection<? extends T> 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
*/
Expand Down

0 comments on commit 6ce3036

Please sign in to comment.