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.