Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch18-01-what-is-oo.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ each other at runtime if they share certain characteristics.

> ### Polymorphism
>
> To many people, polymorphism is synonymous with inheritance. But it’s
> Too many people think polymorphism is synonymous with inheritance. But it’s
> actually a more general concept that refers to code that can work with data of
> multiple types. For inheritance, those types are generally subclasses.
>
Expand Down