From 1a1771f0b58cb45a888ce02a6f98e8dd72d6408d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 31 May 2016 10:46:57 -0700 Subject: [PATCH] Align method descriptions with "This method" instead of "A method". [ci skip] --- lib/common/util.js | 2 +- lodash.js | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/common/util.js b/lib/common/util.js index 977fc1bfc..b7850ff4c 100644 --- a/lib/common/util.js +++ b/lib/common/util.js @@ -23,7 +23,7 @@ function Hash(properties) { Hash.prototype = Object.create(null); /** - * A method that throws any error it receives. + * This method throws any error it receives. * * @memberOf util * @param {Object} [error] The error object. diff --git a/lodash.js b/lodash.js index 7ff8ba829..9f99e02ab 100644 --- a/lodash.js +++ b/lodash.js @@ -14765,7 +14765,7 @@ var flowRight = createFlow(true); /** - * This method returns the first argument given to it. + * This method returns the first argument it receives. * * @static * @since 0.1.0 @@ -15038,7 +15038,7 @@ } /** - * A method that returns `undefined`. + * This method returns `undefined`. * * @static * @memberOf _ @@ -15287,7 +15287,7 @@ var rangeRight = createRange(true); /** - * A method that returns a new empty array. + * This method returns a new empty array. * * @static * @memberOf _ @@ -15309,7 +15309,7 @@ } /** - * A method that returns `false`. + * This method returns `false`. * * @static * @memberOf _ @@ -15326,7 +15326,7 @@ } /** - * A method that returns a new empty object. + * This method returns a new empty object. * * @static * @memberOf _ @@ -15348,7 +15348,7 @@ } /** - * A method that returns an empty string. + * This method returns an empty string. * * @static * @memberOf _ @@ -15365,7 +15365,7 @@ } /** - * A method that returns `true`. + * This method returns `true`. * * @static * @memberOf _