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.
2 parents 440a876 + a90516b commit 7fbc3adCopy full SHA for 7fbc3ad
1 file changed
core/src/main/java/fj/data/vector/V8.java
@@ -154,9 +154,9 @@ public A _8() {
154
}
155
156
/**
157
- * Returns all but the first element of this vector, as a vector-6.
+ * Returns all but the first element of this vector, as a vector-7.
158
*
159
- * @return all but the first element of this vector, as a vector-6.
+ * @return all but the first element of this vector, as a vector-7.
160
*/
161
public V7<A> tail() {
162
return tail;
0 commit comments