Skip to content

Commit

Permalink
Merge pull request #51 from clemensw/structs_typo
Browse files Browse the repository at this point in the history
Fix trivial typo
  • Loading branch information
steveklabnik committed Dec 29, 2015
2 parents 5cd39da + 3ce0088 commit 8898dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cargo new --bin points
$ cd points
```

Here’s a short program which calcualtes the distance between two points. Put
Here’s a short program which calculates the distance between two points. Put
it into your `src/main.rs`:

```rust
Expand Down

0 comments on commit 8898dcf

Please sign in to comment.