Skip to content

Commit 203d7c0

Browse files
schmidt-sebastianpull[bot]
authored andcommitted
Fix Typo (#3247)
1 parent 082053b commit 203d7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/index/OrderedCodeWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void writeBytesDescending(ByteString value) {
9090
/**
9191
* Writes utf8 bytes into this byte sequence, ascending.
9292
*
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));
9494
*/
9595
public void writeUtf8Ascending(CharSequence sequence) {
9696
int utf16Length = sequence.length();
@@ -120,7 +120,7 @@ public void writeUtf8Ascending(CharSequence sequence) {
120120
/**
121121
* Writes utf8 bytes into this byte sequence, descending.
122122
*
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));
124124
*/
125125
public void writeUtf8Descending(CharSequence sequence) {
126126
int utf16Length = sequence.length();

0 commit comments

Comments
 (0)