mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
fix typo
This commit is contained in:
parent
88a312f992
commit
a1cd4a31cb
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ var concatenate = fjs.curry(function(word1, word2) {
|
|||
});
|
||||
var concatenateHello = concatenate("Hello");
|
||||
var hi = concatenateHello("World");
|
||||
print('anyone listenig?' + hi)
|
||||
print('anyone listening? ' + hi)
|
Loading…
Reference in a new issue