Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 26, 2024
1 parent c856fba commit 7431f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/api/hierarchy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ $ h3 cellToParent -c 85283473fffffff -r 4
Provides the children (descendant) cells of `cell` at
resolution `childRes`.


<Tabs
groupId="language"
defaultValue="c"
Expand All @@ -116,6 +115,7 @@ H3Error cellToChildren(H3Index cell, int childRes, H3Index *children);
```
`children` must be an array of at least size `cellToChildrenSize(cell, childRes)`.
Returns 0 (`E_SUCCESS`) on success.
</TabItem>
Expand Down Expand Up @@ -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.
</TabItem>
Expand Down

0 comments on commit 7431f9c

Please sign in to comment.