From 503eb948b7ca9b75b513bcd9d8604620456290e3 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Wed, 8 Jul 2015 16:53:51 -0700 Subject: [PATCH] Remove trailing whitespace from jsdoc --- lib/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model.js b/lib/model.js index 77ae8847..4a827a64 100644 --- a/lib/model.js +++ b/lib/model.js @@ -409,7 +409,7 @@ module.exports = function(registry) { * ``` * * @param {String} name The name of the method. - * @param {Object} options The remoting options. + * @param {Object} options The remoting options. * See [Remote methods - Options](http://docs.strongloop.com/display/LB/Remote+methods#Remotemethods-Options). */