Browse Source

Fix typo

pull/826/head
Augusto 3 years ago
parent
commit
bd67fd2b5f
  1. 2
      subjects/btreeapplybylevel/README.md

2
subjects/btreeapplybylevel/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function, `BTreeApplyByLevel`, that applies the function given by `fn` to each node of the tree given by `root`.
Write a function, `BTreeApplyByLevel`, that applies the function given by `f`, to each node of the tree given by `root`.
### Expected function

Loading…
Cancel
Save