Skip to content

Commit

Permalink
Fix a typo in polymorphism.md (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe authored Feb 6, 2024
1 parent 8b58c60 commit 54840e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/polymorphism.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ fun main() {

> You can get the full code [here](../guide/example/example-poly-13.kt).
However, the `Any` is a class and it is not serializable:
However, `Any` is a class and it is not serializable:

```text
Exception in thread "main" kotlinx.serialization.SerializationException: Serializer for class 'Any' is not found.
Expand Down

0 comments on commit 54840e0

Please sign in to comment.