Skip to content

Commit

Permalink
fmistad
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Oct 26, 2024
1 parent d82a01c commit d5c856c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/docs/api/indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ and for finding the center and boundary of H3 cells.
Indexes the location at the specified resolution,
providing the index of the cell containing the location.
This buckets the geographic point into the H3 grid.
See the [algorithm description](../core-library/latLngToCellDesc)
for more information.
For more information, see the
[algorithm description](../core-library/latLngToCellDesc).

<Tabs
groupId="language"
Expand Down Expand Up @@ -177,10 +177,9 @@ $ h3 cellToLatLng -c 85283473fffffff

## cellToBoundary

Finds the boundary of the cell. See the
[algorithm description](../core-library/cellToBoundaryDesc)
for more information.

Finds the boundary of the cell.
For more information, see the
[algorithm description](../core-library/cellToBoundaryDesc).

<Tabs
groupId="language"
Expand Down

0 comments on commit d5c856c

Please sign in to comment.