Skip to content

Commit

Permalink
Auto merge of #3715 - saghm:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo in code example
  • Loading branch information
bors committed Feb 17, 2017
2 parents 3dfe72f + 9c32346 commit 0eff854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ authors = [{{toml-escape author}}]
```rust
// src/main.rs
fn main() {
prinln!("This is the {{name}} project!");
println!("This is the {{name}} project!");
}
```

Expand Down

0 comments on commit 0eff854

Please sign in to comment.