diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index baa653f53e..dd38ced27c 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + sprintf @@ -76,10 +76,12 @@ - An optional precision specifier that says - how many decimal digits should be displayed for floating-point - numbers. When using this specifier on a string, it acts as a - cutoff point, setting a maximum character limit to the string. + An optional precision specifier in the form + of a period (`.') followed by an optional decimal digit string + that says how many decimal digits should be displayed for + floating-point numbers. When using this specifier on a string, + it acts as a cutoff point, setting a maximum character limit to + the string.