From 6e1d066cc031f03ff3bb22eeeabdf5d24569c768 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sat, 29 Aug 2009 04:38:13 +0000 Subject: [PATCH] Tweak grammar from last commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287873 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/dateinterval/construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/dateinterval/construct.xml b/reference/datetime/dateinterval/construct.xml index d4844dd962..49244658ca 100644 --- a/reference/datetime/dateinterval/construct.xml +++ b/reference/datetime/dateinterval/construct.xml @@ -106,11 +106,11 @@ The specification can also be represented as a date time. A sample of one year and four days would be P0001-00-04T00:00:00. - But the values in this format can exceed a given period's + But the values in this format can not exceed a given period's roll-over-point (e.g. 25 hours is invalid). - This format is based on the ISO 8601 duration specification.