From 35e49fbcd2d8b441ee0440a815afdece00e71df2 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Tue, 7 Jun 2022 15:49:10 -0500 Subject: [PATCH] Update README.md --- section_1/for/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/for/README.md b/section_1/for/README.md index 4a9beef..1bffd0b 100644 --- a/section_1/for/README.md +++ b/section_1/for/README.md @@ -98,7 +98,7 @@ Here is what we would need to write to support a `continue` if the "conventional 1: cmp x0, 10 // 5 bge 3f // 6 // 7 - // CODE BLOCK "A" // 8 + // CODE BLOCK "A". // 8 // 9 // if (i == 5) // 10 // continue // 11