Skip to content

Commit fa06750

Browse files
Key key -> key (#2493)
1 parent d1215a5 commit fa06750

File tree

1 file changed

+1
-1
lines changed
  • firebase-database/src/main/java/com/google/firebase/database

1 file changed

+1
-1
lines changed

firebase-database/src/main/java/com/google/firebase/database/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public Query endAt(boolean value) {
621621
/**
622622
* Creates a query constrained to only return child nodes with a value less than or equal to the
623623
* 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.
624+
* only child nodes with a key less than or equal to the given key.
625625
*
626626
* @param value The value to end at, inclusive
627627
* @param key The key to end at, inclusive

0 commit comments

Comments
 (0)