Skip to content

Commit b746ba8

Browse files
authored
docs(polymorphism): fixing a typo (#1731)
1 parent 1814a92 commit b746ba8

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
@@ -367,7 +367,7 @@ We can update the previous example and turn `Project` superclass into an interfa
367367
mark an interface itself as `@Serializable`. No problem. Interfaces cannot have instances by themselves.
368368
Interfaces can only be represented by instances of their derived classes. Interfaces are used in the Kotlin language to enable polymorphism,
369369
so all interfaces are considered to be implicitly serializable with the [PolymorphicSerializer]
370-
strategy. We just need to mark thier implementing classes as `@Serializable` and register them.
370+
strategy. We just need to mark their implementing classes as `@Serializable` and register them.
371371

372372
<!--- INCLUDE
373373
import kotlinx.serialization.modules.*

0 commit comments

Comments
 (0)