This commit is contained in:
Nils Hartmann
2023-10-17 13:09:52 +02:00
committed by Rossen Stoyanchev
parent c2f0b54e5f
commit c5878c3824

View File

@@ -68,7 +68,7 @@ public class Subrange<P> {
/**
* Whether the subrange is forward or backward from ths position, depending
* on whether the argument sent "fist" or "last".
* on whether the argument sent "first" or "last".
* <p><strong>Note:</strong> The direction may not always match the original
* value. For backward pagination, for example, an offset cursor could be
* adjusted down by the count of elements, switching backward to forward.