Skip to content

Commit 4dda28b

Browse files
committed
Update DataStore.kt
1 parent 08aab02 commit 4dda28b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

firebase-common/src/main/java/com/google/firebase/datastore/DataStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import kotlinx.coroutines.runBlocking
3434
*
3535
* There should only ever be _one_ instance of this class per context and name variant.
3636
*
37-
* > Do **NOT** use this _unless_ you're bridging Java code. If you're writing new code, or your >
37+
* > Do **NOT** use this _unless_ you're bridging Java code. If you're writing new code, or your
3838
* code is in Kotlin, then you should create your own singleton that uses [DataStore] directly.
3939
*
4040
* Example:

0 commit comments

Comments
 (0)