From 047173408b9c8d5c2224a5541734058e1eb75023 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 9 Feb 2021 18:49:47 +0000 Subject: [PATCH] safeguarding --- subjects/circle/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/circle/README.md b/subjects/circle/README.md index df8247e1..84add0c1 100644 --- a/subjects/circle/README.md +++ b/subjects/circle/README.md @@ -2,7 +2,7 @@ ### Instructions -Create the structures `Circle` and `Point` and the methods necessary for the code in [usage](#usage) to compile and run giving the expected result. +Create the structures `Circle` and `Point` and the methods necessary for the code in [usage](#usage) to compile and run giving the expected output. Methods: - Point; @@ -20,7 +20,7 @@ Associated Functions ### Expected Functions and Structures -This snippets are incomplete and it's part of the exercise to discover the how to complete them +This snippets are incomplete and it is part of the exercise to discover how to complete them. ```rust struct Circle {