From a1db4567870dbe505121a4255f1210338757190a Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 6 Mar 2024 12:27:17 -0500 Subject: [PATCH] Editorial: Retarget the link explaining lack of parsers gh-424 is more comprehensive than gh-342, which is specific to DateTimeFormat --- spec/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/overview.html b/spec/overview.html index c4b5156b..0a05cd4d 100644 --- a/spec/overview.html +++ b/spec/overview.html @@ -40,7 +40,7 @@

API Overview

The Intl object is used to package all functionality defined in this specification in order to avoid name collisions.

- While the API includes a variety of formatters, it does not provide any parsing facilities. This is intentional, has been discussed extensively, and concluded after weighing in all the benefits and drawbacks of including said functionality. See the discussion on the issue tracker. + While the API includes a variety of formatters, it does not provide any parsing facilities. This is intentional, has been discussed extensively, and concluded after weighing in all the benefits and drawbacks of including said functionality. See the discussion on the issue tracker.