Skip to content

Commit

Permalink
auto merge of #15803 : omp/rust/master, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix small typo in guide.
  • Loading branch information
bors committed Jul 20, 2014
2 parents e6b28f9 + 69127f2 commit 8859df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Expand Up @@ -583,7 +583,7 @@ arguments we pass to functions and macros, if you're passing more than one.
When you just use the double curly braces, Rust will attempt to display the
value in a meaningful way by checking out its type. If you want to specify the
format in a more detailed manner, there are a [wide number of options
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:
integers aren't very complicated to print.

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

0 comments on commit 8859df7

Please sign in to comment.