diff --git a/src/Utils.js b/src/Utils.js index e6b1bdf6..a851192b 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -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*/) {