From a8bcb5f3d55139431ed15ac6555c5fc6f8779e7d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 3 Dec 2016 18:24:21 +0900 Subject: [PATCH] ES6 to ES2015 nit. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 2305eb2b2..1cc263da5 100644 --- a/lodash.js +++ b/lodash.js @@ -1728,7 +1728,7 @@ /** * By default, the template delimiters used by lodash are like those in - * embedded Ruby (ERB), as well as ES6 template strings. Change the + * embedded Ruby (ERB) as well as ES2015 template strings. Change the * following template settings to use alternative delimiters. * * @static