mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +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