google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: Grammar Mistake (2: Kotlin basics Step 1) #11

Closed BvdLind closed 5 years ago

BvdLind commented 5 years ago

Describe the problem I think I found a grammatical mistake in the text.

Using object wrappers take more memory than storing just a number primitive.

should be:

Using object wrappers takes more memory than storing just a number primitive

In which step of the codelab can this issue be found? This sentence can be found in Kotlin Bootcamp for Programmers 2: Kotlin basics Step 1: Explore numeric operators.

codelab: kotlin-bootcamp

GeneAndGoogle commented 5 years ago

Fixed.