Skip to content

Commit 7e65c85

Browse files
committed
fix typo in comment
1 parent 5b46612 commit 7e65c85

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore

1 file changed

+1
-1
lines changed

google-cloud-clients/google-cloud-datastore/src/main/java/com/google/cloud/datastore/QueryResults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public interface QueryResults<V> extends Iterator<V> {
5757
Cursor getCursorAfter();
5858

5959
/**
60-
* Returns the number fo results skipped, typically because of an offset.
60+
* Returns the number of results skipped, typically because of an offset.
6161
*
6262
* <p>A simple use case to count entities:
6363
*

0 commit comments

Comments
 (0)