Align method descriptions with "This method" instead of "A method". [ci skip]

This commit is contained in:
John-David Dalton
2016-05-31 10:46:57 -07:00
parent 22ed53260f
commit 1a1771f0b5
2 changed files with 8 additions and 8 deletions

View File

@@ -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.

View File

@@ -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 _