Skip to content

Commit a90516b

Browse files
committed
fix V8#tail javadoc
1 parent 634a838 commit a90516b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/src/main/java/fj/data/vector

core/src/main/java/fj/data/vector/V8.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ public A _8() {
153153
}
154154

155155
/**
156-
* Returns all but the first element of this vector, as a vector-6.
156+
* Returns all but the first element of this vector, as a vector-7.
157157
*
158-
* @return all but the first element of this vector, as a vector-6.
158+
* @return all but the first element of this vector, as a vector-7.
159159
*/
160160
public V7<A> tail() {
161161
return tail;

0 commit comments

Comments
 (0)