Skip to content

Commit 252e71d

Browse files
mautamucod-eric
andcommitted
Fix incorrect formatted print hint; closes #1459.
Co-authored-by: cod-eric <76266284+cod-eric@users.noreply.github.com>
1 parent 28aca4a commit 252e71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print/fmt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RGB (0, 0, 0) 0x000000
8080

8181
Two hints if you get stuck:
8282
* 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`.
83+
* You can [pad with zeros to a width of 2][fmt_width] with `:0>2`.
8484

8585
### See also:
8686

0 commit comments

Comments
 (0)