diff --git a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/DataConnectOperationFailureResponse.kt b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/DataConnectOperationFailureResponse.kt index 386fb8bce9d..e17fc091e63 100644 --- a/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/DataConnectOperationFailureResponse.kt +++ b/firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/DataConnectOperationFailureResponse.kt @@ -32,7 +32,7 @@ public interface DataConnectOperationFailureResponse { * * [Boolean] * * [Double] * * [List] containing any of the types in this list of types - * * [Map] with [String] keys and values of of the types in this list of types + * * [Map] with [String] keys and values of the types in this list of types * * Consider using [toJson] to get a higher-level object. */