diff --git a/website/docs/api/hierarchy.mdx b/website/docs/api/hierarchy.mdx index 6bc81b0d7..78de5c623 100644 --- a/website/docs/api/hierarchy.mdx +++ b/website/docs/api/hierarchy.mdx @@ -97,7 +97,6 @@ $ h3 cellToParent -c 85283473fffffff -r 4 Provides the children (descendant) cells of `cell` at resolution `childRes`. - @@ -196,6 +196,7 @@ H3Error cellToChildrenSize(H3Index cell, int childRes, int64_t *out); ``` Provides the size of the `children` array needed for the given inputs to `cellToChildren`. + Returns 0 (`E_SUCCESS`) on success.