diff --git a/README.md b/README.md
index f996f96..2fc08ae 100644
--- a/README.md
+++ b/README.md
@@ -1119,7 +1119,7 @@ With var x int = 2 we are setting the variable type to integer whil
True or False? In Go we can redeclare variables and once declared we must use it.
-False. We can't redeclare variables but yes, we must used declared variables.
+False. We can't redeclare variables but yes, we must use declared variables.