Browse Source

adjustment

content-update
Christopher Fremond 5 years ago
parent
commit
0257465db7
  1. 2
      subjects/compact.en.md

2
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.

Loading…
Cancel
Save