From f7b1734e14559d6d81bd4a5b2e1a8f1b471c6897 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 24 Nov 2016 18:37:37 +0000 Subject: [PATCH] Fix grammar and punctuation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/idn/idn-to-ascii.xml | 6 +++--- reference/intl/idn/idn-to-utf8.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/intl/idn/idn-to-ascii.xml b/reference/intl/idn/idn-to-ascii.xml index 594a63325a..91ed2af985 100644 --- a/reference/intl/idn/idn-to-ascii.xml +++ b/reference/intl/idn/idn-to-ascii.xml @@ -16,7 +16,7 @@ arrayidna_info - This function converts Unicode domain name to IDNA ASCII-compatible format. + This function converts a Unicode domain name to an IDNA ASCII-compatible format. @@ -28,7 +28,7 @@ domain - Domain to convert. In PHP 5 must be UTF-8 encoded. + The domain to convert, which must be UTF-8 encoded. @@ -74,7 +74,7 @@ &reftitle.returnvalues; - Domain name encoded in ASCII-compatible form. &return.falseforfailure; + The domain name encoded in ASCII-compatible form, &return.falseforfailure; diff --git a/reference/intl/idn/idn-to-utf8.xml b/reference/intl/idn/idn-to-utf8.xml index 3b640f7b73..f2637314cd 100644 --- a/reference/intl/idn/idn-to-utf8.xml +++ b/reference/intl/idn/idn-to-utf8.xml @@ -16,7 +16,7 @@ arrayidna_info - This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8. + This function converts a Unicode domain name from an IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8. @@ -28,7 +28,7 @@ domain - Domain to convert in IDNA ASCII-compatible format. + Domain to convert in an IDNA ASCII-compatible format. @@ -74,7 +74,7 @@ &reftitle.returnvalues; - Domain name in Unicode, encoded in UTF-8. &return.falseforfailure; + The domain name in Unicode, encoded in UTF-8, &return.falseforfailure;