Skip to content

Commit 8898dcf

Browse files
committed
Merge pull request #51 from clemensw/structs_typo
Fix trivial typo
2 parents 5cd39da + 3ce0088 commit 8898dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ cargo new --bin points
1515
$ cd points
1616
```
1717

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

2121
```rust

0 commit comments

Comments
 (0)