svtk / AtomicKotlinCourse

87 stars 21 forks source link

fix(Introduction to Objects - Creating Classes - Exercise 4): The fun… #21

Closed Geravant closed 3 years ago

Geravant commented 3 years ago

…ctions mentioned in the description adjusted to those in the example

The description was mentioning String.get() and String.length() functions, meanwhile the example in the Task.kt was presenting String.toUpperCase() and String.toLowerCase() The description was adjusted to match the example.

Closes https://youtrack.jetbrains.com/issue/EDC-426