From 5e894be06b9a4feb354f765aeeea3d888017609f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 24 Sep 2012 15:22:55 +0300 Subject: [PATCH] Fix typo Former-commit-id: b9fa32da8453a1a928b16bc712a9f2ec53722341 --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 7e5beec42..4b7d08364 100644 --- a/lodash.js +++ b/lodash.js @@ -2685,8 +2685,8 @@ } /** - * Gets the last element of the `array`. Pass `n` to return the lasy `n` - * elementsvof the `array`. + * Gets the last element of the `array`. Pass `n` to return the last `n` + * elements of the `array`. * * @static * @memberOf _