diff --git a/lib/relations.js b/lib/relations.js index 790433fc..872c58a2 100644 --- a/lib/relations.js +++ b/lib/relations.js @@ -86,6 +86,7 @@ RelationMixin.hasMany = function hasMany(modelTo, params) { * Get the User object for the post author synchronously: * ``` * post.author(); + * ``` * Set the author to be the given user: * ``` * post.author(user)