From e6758715ecddff97346a6c11a53e11de66a3f862 Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Wed, 22 Jan 2003 21:37:33 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113060 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sscanf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/sscanf.xml b/reference/strings/functions/sscanf.xml index 5f84ee80c3..17971e06d2 100644 --- a/reference/strings/functions/sscanf.xml +++ b/reference/strings/functions/sscanf.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ Any whitespace in the format string matches any whitespace in the input - string. This means that even a tab \n in the format string can match a + string. This means that even a tab \t in the format string can match a single space character in the input string.