From 80d9429ac8f38b3b1b5338272aebeec1e0e48bb8 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 14 Jun 2015 13:53:21 -0700 Subject: [PATCH] doc cleanup --- lib/jsdoc/package.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/jsdoc/package.js b/lib/jsdoc/package.js index 1a60a3b02..dea3a5b38 100644 --- a/lib/jsdoc/package.js +++ b/lib/jsdoc/package.js @@ -116,8 +116,8 @@ exports.Package = function(json) { if (packageInfo.bugs) { /** - * Information about where to report bugs in the project. May contain a URL, as a string, or - * an object with more detailed information. + * Information about where to report bugs in the project. May contain a URL, a string, or an + * object with more detailed information. * * @type {(string|module:jsdoc/package.Package~BugInfo)} * @since 3.3.0 @@ -166,9 +166,10 @@ exports.Package = function(json) { if (packageInfo.engines) { /** - * The JavaScript engines that this package supports. Each key is a string that identifies the - * engine (for example, `node`). Each value is a - * [semver](https://www.npmjs.org/doc/misc/semver.html)-compliant version number for the engine. + * The JavaScript engines that this package supports. Each key is a string that identifies + * the engine (for example, `node`). Each value is a + * [semver](https://www.npmjs.org/doc/misc/semver.html)-compliant version number for the + * engine. * * @type {Object} * @since 3.3.0 @@ -222,8 +223,8 @@ exports.Package = function(json) { if (packageInfo.main) { /** * The module ID that provides the primary entry point to the package. For example, if your - * package is a CommonJS module, and the value of this property is `foo`, users should be able - * to load your module with `require('foo')`. + * package is a CommonJS module, and the value of this property is `foo`, users should be + * able to load your module with `require('foo')`. * * @type {string} * @since 3.3.0