Skip to content

Commit

Permalink
Fix double the
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Jun 28, 2022
1 parent 1e17bf1 commit 3709aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nostarch/chapter01.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ line as the function declaration, adding one space in between.
> included this tool with the standard Rust distribution, like `rustc`, so it
> should already be installed on your computer!
The body of the the `main` function holds the following code:
The body of the `main` function holds the following code:

```
println!("Hello, world!");
Expand Down
2 changes: 1 addition & 1 deletion src/ch01-02-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ line as the function declaration, adding one space in between.
> with the standard Rust distribution, like `rustc`, so it should already be
> installed on your computer!
The body of the the `main` function holds the following code:
The body of the `main` function holds the following code:

```rust
println!("Hello, world!");
Expand Down

0 comments on commit 3709aca

Please sign in to comment.