From a28559b86b66a63bb128caa14641898a51f73fce Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Thu, 1 Oct 2020 06:48:59 +0800 Subject: [PATCH] Update utils.js --- src/language-js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/language-js/utils.js b/src/language-js/utils.js index 669de1f4ef20..3d980de31167 100644 --- a/src/language-js/utils.js +++ b/src/language-js/utils.js @@ -927,7 +927,7 @@ function returnArgumentHasLeadingComment(options, argument) { // // Angular does not support unquoted numbers in expressions. // -// So we play it safe and only unquote numbers for the "babel" parser. +// So we play it safe and only unquote numbers for the Javascript parsers. // (Vue supports unquoted numbers in expressions, but let’s keep it simple.) // // Identifiers can be unquoted in more circumstances, though.