From ae02c453e25ae79f6d654568805fa9993429cfd4 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:43:37 +0200 Subject: [PATCH] Add link to SC2167 --- SC2165.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2165.md b/SC2165.md index e98bcb9..1a0bce8 100644 --- a/SC2165.md +++ b/SC2165.md @@ -1,6 +1,6 @@ ## This nested loop overrides the index variable of its parent. -And companion warning "This parent loop has its index variable overridden." +And companion warning "This parent loop has its index variable overridden." in [[SC2167]]. ### Problematic code: