Skip to content

Commit 7fbc3ad

Browse files
committed
Merge pull request functionaljava#31 from xuwei-k/fix-v8-tail-javadoc
fix V8#tail javadoc
2 parents 440a876 + a90516b commit 7fbc3ad

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/java/fj/data/vector

1 file changed

+2
-2
lines changed

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

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

156156
/**
157-
* Returns all but the first element of this vector, as a vector-6.
157+
* Returns all but the first element of this vector, as a vector-7.
158158
*
159-
* @return all but the first element of this vector, as a vector-6.
159+
* @return all but the first element of this vector, as a vector-7.
160160
*/
161161
public V7<A> tail() {
162162
return tail;

0 commit comments

Comments
 (0)