Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith committed Apr 23, 2021
2 parents c6025c9 + fc865ed commit f8f37a3
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 f8f37a3

Please sign in to comment.