diff --git a/javascript/computer_science/recursive_methods.md b/javascript/computer_science/recursive_methods.md index 1acffcf8169..aa3cec09e7f 100644 --- a/javascript/computer_science/recursive_methods.md +++ b/javascript/computer_science/recursive_methods.md @@ -40,7 +40,7 @@ This section contains a general overview of topics that you will learn in this l
-The solution for "Question 6: Search JS object" is incorrect. See the [corrected solution](https://gist.github.com/JoshDevHub/b00125f483d4a1ecc257eaa030916973) after you solve it. +The solution for "Question 6: Search JS object" is incomplete. See the [corrected solution](https://gist.github.com/JoshDevHub/b00125f483d4a1ecc257eaa030916973) after you solve it.