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 8b58c60 commit 54840e0Copy full SHA for 54840e0
docs/polymorphism.md
@@ -542,7 +542,7 @@ fun main() {
542
543
> You can get the full code [here](../guide/example/example-poly-13.kt).
544
545
-However, the `Any` is a class and it is not serializable:
+However, `Any` is a class and it is not serializable:
546
547
```text
548
Exception in thread "main" kotlinx.serialization.SerializationException: Serializer for class 'Any' is not found.
0 commit comments