From 83aa6f7fdac087b13afa9ea0f340fb8c143fe8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Br=C3=A5ten?= Date: Thu, 15 Aug 2019 10:53:56 +0100 Subject: [PATCH] Rewrite Intl introduction --- components/intl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/intl.rst b/components/intl.rst index 10763b739d3..de72621260a 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -5,8 +5,8 @@ The Intl Component ================== - A PHP replacement layer for the C `intl extension`_ that also provides - access to the localization data of the `ICU library`_. + This component provides access to the localization data of the `ICU library`_. + It also provides a PHP replacement layer for the C `intl extension`_. .. caution::