diff --git a/subjects/compact.en.md b/subjects/compact.en.md index 3c82da604..29184b971 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 b2a50fc8a..ed9c3efb6 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