From a1121d3fb11d7cec57667f4a4b52411fbeb4a747 Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Fri, 4 May 2012 19:31:17 +0000 Subject: [PATCH] grammar correction (doc bug #61872) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325537 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-pad.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-pad.xml b/reference/array/functions/array-pad.xml index 82d7881eb5..0847b84bbb 100644 --- a/reference/array/functions/array-pad.xml +++ b/reference/array/functions/array-pad.xml @@ -24,7 +24,7 @@ absolute value of pad_size is less than or equal to the length of the input then no padding takes place. - It is possible to add most 1048576 elements at a time. + It is possible to add at most 1048576 elements at a time.