We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f8c8a commit 41bfbe5Copy full SHA for 41bfbe5
exercises/practice/pig-latin/.meta/example.jl
@@ -1,5 +1,5 @@
1
function translate(phrase)
2
- words = eachsplit(phrase, " ")
+ words = split(phrase, " ")
3
fragments = map(translateFragment, words)
4
5
join(fragments, " ")
0 commit comments