File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/index Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public void writeBytesDescending(ByteString value) {
90
90
/**
91
91
* Writes utf8 bytes into this byte sequence, ascending.
92
92
*
93
- * <p>This is a more efficent version of writeBytesAscending(str.getBytes(UTF_8));
93
+ * <p>This is a more efficient version of writeBytesAscending(str.getBytes(UTF_8));
94
94
*/
95
95
public void writeUtf8Ascending (CharSequence sequence ) {
96
96
int utf16Length = sequence .length ();
@@ -120,7 +120,7 @@ public void writeUtf8Ascending(CharSequence sequence) {
120
120
/**
121
121
* Writes utf8 bytes into this byte sequence, descending.
122
122
*
123
- * <p>This is a more efficent version of writeBytesDescending(str.getBytes(UTF_8));
123
+ * <p>This is a more efficient version of writeBytesDescending(str.getBytes(UTF_8));
124
124
*/
125
125
public void writeUtf8Descending (CharSequence sequence ) {
126
126
int utf16Length = sequence .length ();
You can’t perform that action at this time.
0 commit comments