Minor spelling.

This commit is contained in:
Julien Fontanet 2014-01-13 17:19:56 +01:00
parent caf2ffc167
commit 284599d249

View File

@ -30,7 +30,7 @@ describe 'Helper', ->
# console.log args...
# emit.call collection, args...
# Binds helpers to this collections.
# Binds helpers to this collection.
{$set, $sum, $val} = do ->
helpers = {}
helpers[name] = fn.bind collection for name, fn of $nonBindedHelpers