Skip to content

Commit 232ee76

Browse files
committed
Fix typo
1 parent e4ad24c commit 232ee76

File tree

1 file changed

+1
-1
lines changed
  • MastermindAdvanced/joinToStringFunction

1 file changed

+1
-1
lines changed

Diff for: MastermindAdvanced/joinToStringFunction/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
We have already leraned how to generate a list of random letters, but we need to work with strings.
1+
We have already learned how to generate a list of random letters, but we need to work with strings.
22
To join a list of elements into a string,
33
you can use the [`joinToString`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/join-to-string.html)
44
function, passing the _separator_ — a character (or _string_)

0 commit comments

Comments
 (0)