This commit is contained in:
Kevin Jahns 2016-01-27 11:34:11 +01:00
parent 31d2a231e3
commit 4b6352b11a

View File

@ -20,7 +20,7 @@
```
The structures usually work asynchronously (you have to wait for the
database request to finish). EventHandler will help you to make your type
database request to finish). EventHandler helps you to make your type
synchronous.
*/
module.exports = function (Y /* : any*/) {