kriskowal / gtor

A General Theory of Reactivity
MIT License
3.03k stars 109 forks source link

Fix argument name #18

Closed valeriangalliat closed 9 years ago

valeriangalliat commented 9 years ago

Hey there,

Just found a little error in a code example; I tink tock.forEach(function (tock) { should be tock.forEach(function (time) { (the time variable is used in the function body too).