diff --git a/src/h3lib/lib/h3Index.c b/src/h3lib/lib/h3Index.c index 2b4a862fe..24fab1f9a 100644 --- a/src/h3lib/lib/h3Index.c +++ b/src/h3lib/lib/h3Index.c @@ -146,7 +146,8 @@ H3Index H3_EXPORT(h3ToParent)(H3Index h, int parentRes) { } /** - * Determines whether one resolution is a valid child resolution of another + * Determines whether one resolution is a valid child resolution of another. + * Each resolution is considered a valid child resolution of itself. * * @param parentRes int resolution of the parent * @param childRes int resolution of the child