From 36bc037d4841d0ae367bed3187bd0a3c1fd4dad0 Mon Sep 17 00:00:00 2001
From: "yassin.elhakoun" <yassin.el-hakouni@etu.hesge.ch>
Date: Tue, 7 Nov 2023 11:47:34 +0100
Subject: [PATCH] Update file cours_7.md

---
 slides/cours_7.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/cours_7.md b/slides/cours_7.md
index 1fff402..c861511 100644
--- a/slides/cours_7.md
+++ b/slides/cours_7.md
@@ -974,7 +974,7 @@ int ind = 0;
 while (ind < SIZE-1) {
     min = find_min(tab[ind:SIZE]);
     swap(min, tab[ind]);
-    ind += 1
+    ind += 1;
 }
 ```
 
-- 
GitLab