We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b46612 commit 7e65c85Copy full SHA for 7e65c85
google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/QueryResults.java
@@ -57,7 +57,7 @@ public interface QueryResults<V> extends Iterator<V> {
57
Cursor getCursorAfter();
58
59
/**
60
- * Returns the number fo results skipped, typically because of an offset.
+ * Returns the number of results skipped, typically because of an offset.
61
*
62
* <p>A simple use case to count entities:
63
0 commit comments