Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc.
(cherry picked from commit
8b5fa289fdb04b6b919cf95fa99246aa872e47a8)
Co-authored-by: nathankerr96 <nathankerr96@gmail.com>
fill: <any character>
align: "<" | ">" | "=" | "^"
sign: "+" | "-" | " "
- width: `integer`
+ width: `digit`+
grouping_option: "_" | ","
- precision: `integer`
+ precision: `digit`+
type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%"
If a valid *align* value is specified, it can be preceded by a *fill*