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.