summaryrefslogtreecommitdiff
path: root/doc/api/intl.md
diff options
context:
space:
mode:
authorCsaba Palfi <csaba@palfi.me>2018-08-14 14:29:43 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-08-14 22:44:58 +0300
commit85f7ae4cb4a938daa0e8f68492caee3fae5b0578 (patch)
tree9ffaf97cabf003c3fc9ab0a486dac47aa9e73537 /doc/api/intl.md
parentdccec3f3ecff72a8742be7e234f6cf6bef76cfdf (diff)
downloadandroid-node-v8-85f7ae4cb4a938daa0e8f68492caee3fae5b0578.tar.gz
android-node-v8-85f7ae4cb4a938daa0e8f68492caee3fae5b0578.tar.bz2
android-node-v8-85f7ae4cb4a938daa0e8f68492caee3fae5b0578.zip
doc: bump ICU version to avoid confusion
ICU has been on 6X for a while but example file name in Intl docs still refers to it as 5X. It might be a small thing but I think it's good to update this to avoid confusion. PR-URL: https://github.com/nodejs/node/pull/22313 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/intl.md')
-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 cce6661521..1d844500cc 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -133,7 +133,7 @@ through either:
ICU is able to automatically find and load a variety of data formats, but the
data must be appropriate for the ICU version, and the file correctly named.
-The most common name for the data file is `icudt5X[bl].dat`, where `5X` denotes
+The most common name for the data file is `icudt6X[bl].dat`, where `6X` denotes
the intended ICU version, and `b` or `l` indicates the system's endianness.
Check ["ICU Data"][] article in the ICU User Guide for other supported formats
and more details on ICU data in general.