Skip to content

Commit 41bfbe5

Browse files
committed
eachsplit to split
1 parent 21f8c8a commit 41bfbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/pig-latin/.meta/example.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function translate(phrase)
2-
words = eachsplit(phrase, " ")
2+
words = split(phrase, " ")
33
fragments = map(translateFragment, words)
44

55
join(fragments, " ")

0 commit comments

Comments
 (0)