From 1745782047434a47caeeb7be56486f75ca299389 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 29 Mar 2014 21:55:49 +0000 Subject: [PATCH] grammar Patch by David Wakelin git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333204 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/examples.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/outcontrol/examples.xml b/reference/outcontrol/examples.xml index 8146316bf9..12790e7725 100644 --- a/reference/outcontrol/examples.xml +++ b/reference/outcontrol/examples.xml @@ -28,8 +28,8 @@ ob_end_flush(); would be stored in the output buffer until ob_end_flush was called. In the mean time, the call to setcookie successfully stored a - cookie without causing an error. (You can not normally send - headers to the browser after data has already been sent.) + cookie without causing an error. (Headers cannot normally be sent + to the browser after data has already been sent.)