From 3ce00883844dc072d97c4b050b25d9130cc7907d Mon Sep 17 00:00:00 2001 From: Clemens Wehrmann Date: Tue, 29 Dec 2015 09:43:45 +0100 Subject: [PATCH] Fix trivial typo --- src/structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structs.md b/src/structs.md index 572d56e809..cfd896670b 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