Fixed typo in comment.

This commit is contained in:
Evgeny Gerashchenko
2013-01-16 19:08:13 +04:00
parent b9e07eb645
commit 8f78ee851b
+1 -1
View File
@@ -103,7 +103,7 @@ public inline fun <T: Appendable> String.filterNotTo(result: T, predicate: (Char
}
/**
* Returns order of characters into a string
* Reverses order of characters in a string
*
* @includeFunctionBody ../../test/StringTest.kt reverse
*/