diff options
author | Luigi Pinca <luigipinca@gmail.com> | 2017-11-04 09:08:46 +0100 |
---|---|---|
committer | Luigi Pinca <luigipinca@gmail.com> | 2017-11-19 18:10:05 +0100 |
commit | 97ba69f91543f89d389a4f3fef57c5c6c734df34 (patch) | |
tree | 9fa147ba17970292b0fcf5c2f0b8161cd432134d /doc/api/intl.md | |
parent | 51e0948862f8920c0387f6702843e8fd79f24172 (diff) | |
download | node-new-97ba69f91543f89d389a4f3fef57c5c6c734df34.tar.gz |
doc: add missing introduced_in comments
Add missing "introduced_in" comments for alternative version links.
PR-URL: https://github.com/nodejs/node/pull/16741
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc/api/intl.md')
-rw-r--r-- | doc/api/intl.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md index c7ac7fd2b6..224c00a62f 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -1,5 +1,7 @@ # Internationalization Support +<!--introduced_in=v8.2.0--> + Node.js has many features that make it easier to write internationalized programs. Some of them are: |