From 0257465db7fe3ad8bdea7998df87faf161d3cc1c Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Fri, 21 Jun 2019 18:54:32 +0100 Subject: [PATCH] adjustment --- subjects/compact.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/compact.en.md b/subjects/compact.en.md index 576dec07..3c82da60 100644 --- a/subjects/compact.en.md +++ b/subjects/compact.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a function `Compact` that takes a pointer to an array as parameter and overwrites any element that points to `nil`. +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.