From e02ed2f7feef148cae0471a1b2418a1ebfcf2010 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 7 Dec 2014 13:03:43 -0800 Subject: [PATCH] correct docs --- lib/jsdoc/tag/dictionary/definitions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/jsdoc/tag/dictionary/definitions.js b/lib/jsdoc/tag/dictionary/definitions.js index e25c0607..ffa76b00 100644 --- a/lib/jsdoc/tag/dictionary/definitions.js +++ b/lib/jsdoc/tag/dictionary/definitions.js @@ -830,11 +830,11 @@ function addTagDefinitions(dictionary, tagDefs) { /** * Populate the given dictionary with the appropriate JSDoc tag definitions. * - * If the `tagDefs` parameter is omitted, JSDoc uses its configuration settings to decide which - * tags to add to the dictionary. + * If the `tagDefinitions` parameter is omitted, JSDoc uses its configuration settings to decide + * which tags to add to the dictionary. * - * If the `tagDefs` parameter is included, JSDoc adds only the tag definitions from the `tagDefs` - * object. The configuration settings are ignored. + * If the `tagDefinitions` parameter is included, JSDoc adds only the tag definitions from the + * `tagDefinitions` object. The configuration settings are ignored. * * @param {module:jsdoc/tag/dictionary} dictionary * @param {Object} [tagDefinitions] - A dictionary whose values define the rules for a JSDoc tag.