Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/src/main/java/fj/data/vector/V8.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ public A _8() {
}

/**
* 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.
*
* @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.
*/
public V7<A> tail() {
return tail;
Expand Down