Commit 35a9f279 authored by Davis King's avatar Davis King

Fixed spelling error in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403449
parent 9a56aafc
......@@ -60,7 +60,7 @@ namespace dlib
- right points to the right subtree or NIL if there is no right
subtree
- parent points to the parent node or NIL if the node is the root
- ordering of nodes is determined by comparing each node's d memeber
- ordering of nodes is determined by comparing each node's d member
- all elements in a left subtree are <= the node
- all elements in a right subtree are >= the node
- color == red or black
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment