Skip to content

Commit b70bd72

Browse files
authored
fix maxPolygonToCellsSizeExperimental in docs (#1010)
1 parent e0d4dac commit b70bd72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/api/regions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ This function is not exposed in the CLI bindings.
341341
</Tabs>
342342

343343

344-
## maxPolygonToCellsExperimentalSize
344+
## maxPolygonToCellsSizeExperimental
345345

346346
Provides an upper bound on the number of cells needed for memory allocation
347347
purposes when computing `polygonToCellsExperimental` on the given GeoJSON-like data structure.
@@ -361,7 +361,7 @@ purposes when computing `polygonToCellsExperimental` on the given GeoJSON-like d
361361
<TabItem value="c">
362362

363363
```c
364-
H3Error maxPolygonToCellsExperimentalSize(const GeoPolygon *geoPolygon, int res, uint32_t flags, int64_t *out);
364+
H3Error maxPolygonToCellsSizeExperimental(const GeoPolygon *geoPolygon, int res, uint32_t flags, int64_t *out);
365365
```
366366
367367
Returns 0 (`E_SUCCESS`) on success.

0 commit comments

Comments
 (0)