mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Align method descriptions with "This method" instead of "A method". [ci skip]
This commit is contained in:
@@ -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.
|
||||
|
||||
14
lodash.js
14
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 _
|
||||
|
||||
Reference in New Issue
Block a user