diff --git a/subjects/flat_tree/README.md b/subjects/flat_tree/README.md index 786456a4..73a0da42 100644 --- a/subjects/flat_tree/README.md +++ b/subjects/flat_tree/README.md @@ -2,7 +2,7 @@ ### Instructions -- Define the functions `flatten_tree` which receives a `std::collections::BTreeSet` and returns a new `Vec` with the elements of the binary tree in order. +Create the `flatten_tree` **function** which receives a `std::collections::BTreeSet` and returns a new `Vec` with the elements of the binary tree in order. ### Expected function