Skip to content

Commit 055f2eb

Browse files
authored
Merge pull request #1469 from lizheming/patch-1
[patch] fix annotation mistake
2 parents 0c9fa44 + 81c247a commit 055f2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/waterline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function Waterline() {
5959
*
6060
* Register a model definition.
6161
*
62-
* @param {Dictionary) model
62+
* @param {Dictionary} model
6363
*/
6464
orm.registerModel = function registerModel(modelDef) {
6565
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

0 commit comments

Comments
 (0)