From c02a8ab35158b8eef3b0ae0137b02681844ca58e Mon Sep 17 00:00:00 2001 From: rafa_br34 <66086623+rafabr34@users.noreply.github.com> Date: Sun, 6 Feb 2022 01:58:24 -0300 Subject: [PATCH] Update syntax-goto-statement.md --- rfcs/syntax-goto-statement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```