[examples] write overrides example; tidy up overrides overrview comment; tidy up misc notes files

This commit is contained in:
Allen Webster
2021-10-07 22:35:31 -07:00
parent 343b239fa1
commit 5d51cf478c
7 changed files with 213 additions and 88 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ int main(int argc, char **argv)
// MD_Node pointer in the for loop that iterates through each node in the
// list. The second parameter is a pointer to the first node of the list.
// Generally we past the `first_child` of a list or parent MD_Node, but we
// don't always have to.
// don't always have to.
for (MD_EachNode(root_it, list->first_child))
{