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