Browse Source

docs(flat_tree) correct grammar

is-negative
davhojt 2 years ago committed by Dav Hojt
parent
commit
d801a4a7f1
  1. 2
      subjects/flat_tree/README.md

2
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

Loading…
Cancel
Save