From ae023e2174db9b30b6487f5bc3520b21f8e19847 Mon Sep 17 00:00:00 2001 From: scottdcoulter <66952049+scottdcoulter@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:39:55 -0400 Subject: [PATCH] Updated "correct code" block logic to match the "problematic code" block. One was indexing from 0 and the other from 1. --- SC2051.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2051.md b/SC2051.md index dbb7e4c..5951022 100644 --- a/SC2051.md +++ b/SC2051.md @@ -12,7 +12,7 @@ done ### Correct code: ```bash -for ((i=0; i