From 93c9f63b0dce104fbc67daf6049af2004c42d3c4 Mon Sep 17 00:00:00 2001 From: Farid Nouri Neshat Date: Mon, 28 Dec 2015 23:03:37 +0800 Subject: [PATCH] Fix broken code fencings in the docs --- lib/relations.js | 1 + 1 file changed, 1 insertion(+) 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)