bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 56 forks source link

Update README.md #93

Closed somerandomdev49 closed 5 years ago

somerandomdev49 commented 5 years ago

changed function(err,result){... to (err, result) => {...

balupton commented 5 years ago

The arrow function implies that inheriting the parent scope is desired and that the implicit return is desired. Neither implication is necessary here.