Skip to content

Commit 111ea3d

Browse files
authoredMar 9, 2024
Update README.md (trekhleb#1093)
1 parent 76617fa commit 111ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/data-structures/tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ together with a list of references to nodes (the "children"),
2323
with the constraints that no reference is duplicated, and none
2424
points to the root.
2525

26-
A simple unordered tree; in this diagram, the node labeled 7 has
26+
A simple unordered tree; in this diagram, the node labeled 3 has
2727
two children, labeled 2 and 6, and one parent, labeled 2. The
2828
root node, at the top, has no parent.
2929

0 commit comments

Comments
 (0)
Please sign in to comment.