diff --git a/docs/_docs/api/c.md b/docs/_docs/api/c.md index 6560b4fe..e5105756 100644 --- a/docs/_docs/api/c.md +++ b/docs/_docs/api/c.md @@ -28,7 +28,7 @@ The following functions help manage the children of a node. void YGNodeInsertChild(YGNodeRef node, YGNodeRef child, uint32_t index); void YGNodeRemoveChild(YGNodeRef node, YGNodeRef child); YGNodeRef YGNodeGetChild(YGNodeRef node, uint32_t index); -uint32_t YGNodeChildCount(YGNodeRef node); +uint32_t YGNodeGetChildCount(YGNodeRef node); ``` ### Style getters & setters