Skip to content

Commit 0fe3c7e

Browse files
Trottruyadorno
authored andcommitted
doc: spell out ICU acronym on first occurrence
PR-URL: #37942 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ec82feb commit 0fe3c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/intl.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ programs. Some of them are:
2222
* [`require('util').TextDecoder`][]
2323
* [`RegExp` Unicode Property Escapes][]
2424

25-
Node.js (and its underlying V8 engine) uses [ICU][] to implement these features
25+
Node.js and the underlying V8 engine use
26+
[International Components for Unicode (ICU)][ICU] to implement these features
2627
in native C/C++ code. The full ICU data set is provided by Node.js by default.
2728
However, due to the size of the ICU data file, several
2829
options are provided for customizing the ICU data set either when

0 commit comments

Comments
 (0)