Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/intl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md
index 3d6132f9dc5..6cb2f8c5064 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -42,7 +42,7 @@ in [BUILDING.md][].
An overview of available Node.js and JavaScript features for each `configure`
option:
-| | `none` | `system-icu` | `small-icu` | `full-icu` |
+| Feature | `none` | `system-icu` | `small-icu` | `full-icu` |
|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------|
| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full |
| `String.prototype.to*Case()` | full | full | full | full |