Skip to content

Commit

Permalink
Update method name in documentation to match V4 name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiDemri authored Aug 29, 2024
1 parent 0a5704e commit 9735afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/h3core.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ export function gridDiskDistances(h3Index, ringSize) {

/**
* Get all hexagons in a hollow hexagonal ring centered at origin with sides of a given length.
* Unlike kRing, this function will throw an error if there is a pentagon anywhere in the ring.
* Unlike gridDisk, this function will throw an error if there is a pentagon anywhere in the ring.
* @static
* @param {H3IndexInput} h3Index H3 index of center hexagon
* @param {number} ringSize Radius of ring
Expand Down

0 comments on commit 9735afd

Please sign in to comment.