From f0239672248f7601a214e00a425c998c6c7777a5 Mon Sep 17 00:00:00 2001 From: Roman Bug Date: Thu, 29 Jul 2021 12:04:50 +0300 Subject: [PATCH] Update h3.md --- docs/en/sql-reference/functions/geo/h3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/functions/geo/h3.md b/docs/en/sql-reference/functions/geo/h3.md index df9df7f3bd0..7b092aba24d 100644 --- a/docs/en/sql-reference/functions/geo/h3.md +++ b/docs/en/sql-reference/functions/geo/h3.md @@ -197,7 +197,7 @@ Result: ## h3ToGeo {#h3togeo} -Returns the geographical coordinates of latitude and longitude corresponding to the provided [H3](#h3index) index. +Returns the geographical coordinates of longitude and latitude corresponding to the provided [H3](#h3index) index. **Syntax**