schema tree BUGFIX input/output nodes should not be skipped
diff --git a/doc/transition.dox b/doc/transition.dox
index ec84904..966e26e 100644
--- a/doc/transition.dox
+++ b/doc/transition.dox
@@ -183,10 +183,10 @@
  * lys_is_key()                 | ::lysc_is_key()                 | Renamed to connect with the compiled schema tree.
  * -                            | ::lysc_is_userordered()         | Added functionality to simplify the examination of generic compiled schema nodes.
  * -                            | ::lysc_is_np_cont()             | ^
- * -                            | ::lysc_node_children()          | ^
+ * -                            | ::lysc_node_child()             | ^
  * -                            | ::lysc_node_actions()           | ^
  * -                            | ::lysc_node_notifs()            | ^
- * -                            | ::lysp_node_children()          | Added functionality to simplify the examination of generic parsed schema nodes.
+ * -                            | ::lysp_node_child()             | Added functionality to simplify the examination of generic parsed schema nodes.
  * -                            | ::lysp_node_actions()           | ^
  * -                            | ::lysp_node_notifs()            | ^
  * -                            | ::lysp_node_groupings()         | ^