From e014592ea0e87a7c0594c98d21f9b35bdbf9ce54 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 6 Apr 2016 23:38:28 -0700 Subject: [PATCH] Fix typo in `Hash` descripton. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index dad78502b..bd9a0f2f9 100644 --- a/lodash.js +++ b/lodash.js @@ -1811,7 +1811,7 @@ /*------------------------------------------------------------------------*/ /** - * Creates an hash object. + * Creates a hash object. * * @private * @constructor