From 174237e6a62f394d6625d7a47059d2eea52f2e92 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)