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 634a838 commit a90516bCopy full SHA for a90516b
1 file changed
core/src/main/java/fj/data/vector/V8.java
@@ -153,9 +153,9 @@ public A _8() {
153
}
154
155
/**
156
- * 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.
157
*
158
- * @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.
159
*/
160
public V7<A> tail() {
161
return tail;
0 commit comments