From 103d9d6245cce0d468d7f950e480ead3d483b6f6 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Fri, 21 Jun 2019 19:02:55 +0100 Subject: [PATCH] cpmpact modif --- subjects/compact.en.md | 2 +- subjects/compact.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/compact.en.md b/subjects/compact.en.md index 3c82da60..29184b97 100644 --- a/subjects/compact.en.md +++ b/subjects/compact.en.md @@ -4,7 +4,7 @@ Write a function `Compact` that takes a pointer to an array as parameter and overwrites the elements that points to `nil`. -- Hint: This fonction exists in Ruby. +- Hint : This fonction exists in Ruby. ### Expected function diff --git a/subjects/compact.fr.md b/subjects/compact.fr.md index b2a50fc8..ed9c3efb 100644 --- a/subjects/compact.fr.md +++ b/subjects/compact.fr.md @@ -4,7 +4,7 @@ Écrire une fonction `Compact` qui prend un pointeur sur tableau comme paramètre et qui réécris sur les éléments qui pointent sur `nil`. -- Indice: Cette fonction existe in Ruby. +- Indice : Cette fonction existe in Ruby. ### Fonction attendue