Skip to content

Commit d0840cf

Browse files
committed
OptionalVariable.kt: kdoc: fix punctuation in class-level comment: ", and" -> ";"
1 parent c563539 commit d0840cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/OptionalVariable.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ public sealed interface OptionalVariable<out T> {
145145
/**
146146
* The [KSerializer] implementation for [OptionalVariable].
147147
*
148-
* Note that this serializer _only_ supports [serialize], and [deserialize] unconditionally throws
149-
* an exception.
148+
* Note that this serializer _only_ supports [serialize]; [deserialize] unconditionally throws an
149+
* exception.
150150
*
151151
* @param elementSerializer The [KSerializer] to use to serialize the encapsulated value.
152152
*/

0 commit comments

Comments
 (0)