diff --git a/06-variables/03-short-declaration/questions/README.md b/06-variables/03-short-declaration/questions/README.md index 573b4ba..d7b3b3f 100644 --- a/06-variables/03-short-declaration/questions/README.md +++ b/06-variables/03-short-declaration/questions/README.md @@ -98,4 +98,4 @@ x, z := 10, "hi" * x := 10 * y, x := 10, 5 -* var x, y = 5, 10 +* var x, y = 5, 10 *CORRECT*