We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b28f9 + 69127f2 commit 8859df7Copy full SHA for 8859df7
src/doc/guide.md
@@ -583,7 +583,7 @@ arguments we pass to functions and macros, if you're passing more than one.
583
When you just use the double curly braces, Rust will attempt to display the
584
value in a meaningful way by checking out its type. If you want to specify the
585
format in a more detailed manner, there are a [wide number of options
586
-available](/std/fmt/index.html). Fow now, we'll just stick to the default:
+available](/std/fmt/index.html). For now, we'll just stick to the default:
587
integers aren't very complicated to print.
588
589
So, we've cleared up all of the confusion around bindings, with one exception:
0 commit comments