google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: Typo #219

Open javihernant opened 6 months ago

javihernant commented 6 months ago

Describe the problem A clear and concise description of what the problem is. There's a small typo where it says:

The following diagram represents the Shark and the Plecostomus classes, both composed of the PrintingFishAction and FishColor interfaces, but delegating the implementation to them.

PrintingFishAction is actually the class implementation, not the interface. It should say instead:

... composed of the FishAction and FishColor interfaces

In which step of the codelab can this issue be found? 4 (Task 8: Use interface delegation)

Steps to reproduce? What are the steps to reproduce the problem?

Versions What version of IntelliJ IDEA are you using?

Additional information Add any other context about the problem here.

codelab: kotlin-bootcamp