Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Wrong documentation links for "Sort" task #34

Closed gabriel-fallen closed 9 years ago

gabriel-fallen commented 9 years ago

On this page: http://try.kotlinlang.org/#/Kotlin%20Koans/Collections/Sort/Task.kt "sortBy" link points to nonexistent page. It should be named "sortedBy" and point to the corresponding page in documentation. "sort" link points to correct page, but probably still should be named "sorted" and point to "sorted" page.

svtk commented 9 years ago

Fixed, thanks