Skip to content

Commit

Permalink
Fix API description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rabinowitz committed Jan 5, 2021
1 parent 198a478 commit 21cdbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h3lib/include/h3api.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ DECLSPEC H3Index H3_EXPORT(cellToVertex)(H3Index origin, int vertexNum);
* Functions for cellToVertexes
* @{
*/
/** @brief Returns a single vertex for a given cell, as an H3 index */
/** @brief Returns all vertexes for a given cell, as H3 indexes */
DECLSPEC void H3_EXPORT(cellToVertexes)(H3Index origin, H3Index *vertexes);
/** @} */

Expand Down

0 comments on commit 21cdbc4

Please sign in to comment.