Hotfix typo (#19377)

* Hotfix typo

* fix: code formatting
This commit is contained in:
André Silva
2018-10-15 23:31:02 +01:00
committed by Aditya
parent 57cc378832
commit 4e141cd4e7

View File

@ -82,7 +82,7 @@ A forest is a set of n ≥ 0 disjoint trees.
### Code of a tree node
``` c_cpp
``` c++
struct node
{
int data; //Data element