Skip to content

Commit 54840e0

Browse files
authored
Fix a typo in polymorphism.md (#2562)
1 parent 8b58c60 commit 54840e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ fun main() {
542542

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

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

0 commit comments

Comments
 (0)