Fix typo in documentation of Range#isEndedBy (closes #166)

This commit is contained in:
uvegla 2016-06-16 21:58:46 +02:00 committed by pascalschumacher
parent 10ebb32ce1
commit 8d3f3b60fa
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public final class Range<T> implements Serializable {
}
/**
* <p>Checks whether this range starts with the specified element.</p>
* <p>Checks whether this range ends with the specified element.</p>
*
* @param element the element to check for, null returns false
* @return true if the specified element occurs within this range