From ede8f011f728bd97474ca3a969736fad4d86f40b Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Thu, 20 Sep 2018 07:39:46 +0200 Subject: [PATCH] correction typo --- intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.md b/intro.md index 8a1ed09..f1f1991 100644 --- a/intro.md +++ b/intro.md @@ -121,7 +121,7 @@ Un compilateur très pointilleux. - Fortement typé. - Pas d'accès mémoire illégal. -- La déallocation est automatique. +- La désallocation est automatique. - Les fuites de mémoires sont donc TRÈS difficile à faire. ## Concurrence -- GitLab