From fbbf2ca88487fec11707e4a47403af7100367885 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 30 May 2014 00:18:17 -0700 Subject: [PATCH] node: , -> . --- node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node.js b/node.js index df7fbff..4fa71a9 100644 --- a/node.js +++ b/node.js @@ -76,7 +76,7 @@ function log(fmt) { } /** - * Save `namespaces`, + * Save `namespaces * * @param {String} namespaces * @api private @@ -87,7 +87,7 @@ function save(namespaces) { } /** - * Load `namespaces`, + * Load `namespaces`. * * @return {String} returns the previously persisted debug modes * @api private