From b2c998ea8ff7e15a0ef92c6e432549a0151b551b Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Thu, 8 Sep 2022 12:47:42 +0100 Subject: [PATCH] style(reversemenuindex): formatting --- subjects/reversemenuindex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/reversemenuindex/README.md b/subjects/reversemenuindex/README.md index b3a099e5..8c82e1ca 100644 --- a/subjects/reversemenuindex/README.md +++ b/subjects/reversemenuindex/README.md @@ -6,7 +6,7 @@ The restaurant employees are having a really tough day and are delivering the cu Write a function `ReverseMenuIndex` that takes an array of strings as arguments and returns another array of strings with the menu in the correct order. -- `append` is not allowed for this exercise. +- `append()` is not allowed for this exercise. ### Expected function