Skip to content

Commit

Permalink
Fix possible typo (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvc3at authored Apr 5, 2021
1 parent 43d5f78 commit fc865ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import kotlinx.serialization.descriptors.*
public abstract class AbstractDecoder : Decoder, CompositeDecoder {

/**
* Invoked to decode a value when specialized `encode*` method was not overridden.
* Invoked to decode a value when specialized `decode*` method was not overridden.
*/
public open fun decodeValue(): Any = throw SerializationException("${this::class} can't retrieve untyped values")

Expand Down

0 comments on commit fc865ed

Please sign in to comment.