diff --git a/lib/model-builder.js b/lib/model-builder.js index c08c1dc6..f0b126c6 100644 --- a/lib/model-builder.js +++ b/lib/model-builder.js @@ -57,7 +57,7 @@ function isModelClass(cls) { * * @param {String} name The model name * @param {Boolean} forceCreate Whether the create a stub for the given name if a model doesn't exist. - * Returns {*} The model class + * @returns {*} The model class */ ModelBuilder.prototype.getModel = function (name, forceCreate) { var model = this.models[name];