From 10beb9cbc84e403478caabeead5f2c20692735bb Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 5 Jul 2017 13:33:56 +0800 Subject: [PATCH] Adjust for linting --- doc/api/intl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/intl.md b/doc/api/intl.md index 41aa0879309b18..c0d6b82289264f 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -93,10 +93,10 @@ const english = new Intl.DateTimeFormat('en', { month: 'long' }); const spanish = new Intl.DateTimeFormat('es', { month: 'long' }); console.log(english.format(january)); - // Prints "January" +// Prints "January" console.log(spanish.format(january)); - // Prints "M01" on small-icu - // Should print "enero" +// Prints "M01" on small-icu +// Should print "enero" ``` This mode provides a good balance between features and binary size, and it is