diff --git a/rfcs/syntax-goto-statement.md b/rfcs/syntax-goto-statement.md
index 5c201a42..7cdd4439 100644
--- a/rfcs/syntax-goto-statement.md
+++ b/rfcs/syntax-goto-statement.md
@@ -36,7 +36,7 @@ while RunLoop do
end
end
```
-The problems that this solution has are:
+The problems that this solution has are:
Messy: In a bigger scale this will get messy and confusing.
Uneeded checks: Why to do those checks when we could just jump out directly?
@@ -112,4 +112,4 @@ while true do
end
end
end
-```
\ No newline at end of file
+```