diff --git a/reference/strings/functions/sscanf.xml b/reference/strings/functions/sscanf.xml index 1b1171be3c..87dbfac9d3 100644 --- a/reference/strings/functions/sscanf.xml +++ b/reference/strings/functions/sscanf.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,8 @@ The function sscanf is the input analog of printf. sscanf reads from the string str and interprets it - according to the specified format. If only + according to the specified format, which is + described in the documentation for sprintf. If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional