We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f0b54 commit c5878c3Copy full SHA for c5878c3
spring-graphql/src/main/java/org/springframework/graphql/data/pagination/Subrange.java
@@ -68,7 +68,7 @@ public OptionalInt count() {
68
69
/**
70
* Whether the subrange is forward or backward from ths position, depending
71
- * on whether the argument sent "fist" or "last".
+ * on whether the argument sent "first" or "last".
72
* <p><strong>Note:</strong> The direction may not always match the original
73
* value. For backward pagination, for example, an offset cursor could be
74
* adjusted down by the count of elements, switching backward to forward.
0 commit comments