We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563539 commit d0840cfCopy full SHA for d0840cf
firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/OptionalVariable.kt
@@ -145,8 +145,8 @@ public sealed interface OptionalVariable<out T> {
145
/**
146
* The [KSerializer] implementation for [OptionalVariable].
147
*
148
- * Note that this serializer _only_ supports [serialize], and [deserialize] unconditionally throws
149
- * an exception.
+ * Note that this serializer _only_ supports [serialize]; [deserialize] unconditionally throws an
+ * exception.
150
151
* @param elementSerializer The [KSerializer] to use to serialize the encapsulated value.
152
*/
0 commit comments