From c03d07daf34c4f509fc78c2e18f889d1b5c2a87d Mon Sep 17 00:00:00 2001
From: "orestis.malaspin" <orestis.malaspinas@hesge.ch>
Date: Mon, 9 Sep 2024 11:23:19 +0200
Subject: [PATCH] functions comes earlier

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

diff --git a/slides/src/SUMMARY.md b/slides/src/SUMMARY.md
index f833aac..9ca5794 100644
--- a/slides/src/SUMMARY.md
+++ b/slides/src/SUMMARY.md
@@ -6,8 +6,8 @@
 - [Types](types.md).
 - [Structures de contrôle](control.md).
 - [Types avancés](types_avances.md).
-- [Organisation du code](modules.md).
 - [Fonctions](fonctions.md).
+- [Organisation du code](modules.md).
 - [Ownership](ownership.md).
 - [Méthodes](methods.md).
 - [Commentaires](commentaires.md).
-- 
GitLab