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

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