mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09: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.
|
||||
|
||||
Reference in New Issue
Block a user