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 d1215a5 commit fa06750Copy full SHA for fa06750
firebase-database/src/main/java/com/google/firebase/database/Query.java
@@ -621,7 +621,7 @@ public Query endAt(boolean value) {
621
/**
622
* Creates a query constrained to only return child nodes with a value less than or equal to the
623
* given value, using the given {@code orderBy} directive or priority as default, and additionally
624
- * only child nodes with a key key less than or equal to the given key.
+ * only child nodes with a key less than or equal to the given key.
625
*
626
* @param value The value to end at, inclusive
627
* @param key The key to end at, inclusive
0 commit comments