You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/DataConnectOperationFailureResponse.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public interface DataConnectOperationFailureResponse<Data> {
32
32
* * [Boolean]
33
33
* * [Double]
34
34
* * [List] containing any of the types in this list of types
35
-
* * [Map] with [String] keys and values of of the types in this list of types
35
+
* * [Map] with [String] keys and values of the types in this list of types
36
36
*
37
37
* Consider using [toJson] to get a higher-level object.
0 commit comments