From 2270ba4db4045ee754a30f496056d757deb1803e Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Thu, 8 Jan 2015 15:30:17 -0800 Subject: [PATCH] Update datasource.js Small fix to JSdoc --- lib/datasource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datasource.js b/lib/datasource.js index 0781c286..2d125015 100644 --- a/lib/datasource.js +++ b/lib/datasource.js @@ -65,7 +65,7 @@ var slice = Array.prototype.slice; * // work with database * }); * ``` - * @class Define new DataSource + * @class DataSource * @param {String} name Type of dataSource connector (mysql, mongoose, oracle, redis) * @param {Object} settings Database-specific settings to establish connection (settings depend on specific connector). See above. */