doc: correct h3 comment

This commit is contained in:
Ning Sun
2024-08-31 10:28:20 -07:00
parent f761798f93
commit 2e4ab6dd91

View File

@@ -28,7 +28,7 @@ use snafu::{ensure, ResultExt};
use crate::function::{Function, FunctionContext};
/// Function that return geohash string for a given geospatial coordinate.
/// Function that return h3 encoding string for a given geospatial coordinate.
#[derive(Clone, Debug, Default)]
pub struct H3Function;