We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aca4a commit 252e71dCopy full SHA for 252e71d
src/hello/print/fmt.md
@@ -80,7 +80,7 @@ RGB (0, 0, 0) 0x000000
80
81
Two hints if you get stuck:
82
* You [may need to list each color more than once][named_parameters],
83
- * You can [pad with zeros to a width of 2][fmt_width] with `:02`.
+ * You can [pad with zeros to a width of 2][fmt_width] with `:0>2`.
84
85
### See also:
86
0 commit comments