Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0398d6

Browse files
jlara310samtstern
authored andcommitted
Fix typo, Turring -> Turing (firebase#104)
1 parent d9b18a3 commit f0398d6

File tree

1 file changed

+1
-1
lines changed
  • firestore/app/src/main/java/com/google/example/firestore/kotlin

1 file changed

+1
-1
lines changed

firestore/app/src/main/java/com/google/example/firestore/kotlin/DocSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ abstract class DocSnippets(val db: FirebaseFirestore) {
152152
val user = HashMap<String, Any>()
153153
user["first"] = "Alan"
154154
user["middle"] = "Mathison"
155-
user["last"] = "Turring"
155+
user["last"] = "Turing"
156156
user["born"] = 1912
157157

158158
// Add a new document with a generated ID

0 commit comments

Comments
 (0)