Skip to content

Commit 8859df7

Browse files
committed
auto merge of #15803 : omp/rust/master, r=alexcrichton
Fix small typo in guide.
2 parents e6b28f9 + 69127f2 commit 8859df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ arguments we pass to functions and macros, if you're passing more than one.
583583
When you just use the double curly braces, Rust will attempt to display the
584584
value in a meaningful way by checking out its type. If you want to specify the
585585
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:
586+
available](/std/fmt/index.html). For now, we'll just stick to the default:
587587
integers aren't very complicated to print.
588588

589589
So, we've cleared up all of the confusion around bindings, with one exception:

0 commit comments

Comments
 (0)