We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ad24c commit 232ee76Copy full SHA for 232ee76
MastermindAdvanced/joinToStringFunction/task.md
@@ -1,4 +1,4 @@
1
-We have already leraned how to generate a list of random letters, but we need to work with strings.
+We have already learned how to generate a list of random letters, but we need to work with strings.
2
To join a list of elements into a string,
3
you can use the [`joinToString`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/join-to-string.html)
4
function, passing the _separator_ — a character (or _string_)
0 commit comments