Skip to content

Commit

Permalink
Fix trivial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensw committed Dec 29, 2015
1 parent aad634e commit 3ce0088
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 3ce0088

Please sign in to comment.