Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Oct 20, 2024
1 parent e20fd5b commit 8b946b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/h3lib/lib/latLng.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ H3Error H3_EXPORT(cellAreaKm2)(H3Index cell, double *out) {

/**
* Area of H3 cell in meters^2.
* * @param cell H3 cell
*
* @param cell H3 cell
* @param out cell area in meters^2
* @return E_SUCCESS on success, or an error code otherwise
*/
Expand Down

0 comments on commit 8b946b2

Please sign in to comment.