diff --git a/src/structs.md b/src/structs.md index da82c94651..a0696c96e3 100644 --- a/src/structs.md +++ b/src/structs.md @@ -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