Fix API docs per #1041

This commit is contained in:
crandmck 2015-02-10 15:18:34 -08:00
parent 538e9f0c62
commit ea35a2f48d
1 changed files with 4 additions and 4 deletions

View File

@ -362,11 +362,11 @@ Model._getAccessTypeForMethod = function(method) {
}; };
/** /**
* Get the `Application` the Model is attached to. * Get the `Application` object to which the Model is attached.
* *
* @callback {Function} callback * @callback {Function} callback Callback function called with `(err, app)` arguments.
* @param {Error} err * @param {Error} err Error object; see [Error object](http://docs.strongloop.com/display/LB/Error+object).
* @param {Application} app * @param {Application} app Attached application object.
* @end * @end
*/ */