From 78c376c92404c38d6cd661ac7b21a0c61bae6b83 Mon Sep 17 00:00:00 2001 From: cbullinger Date: Fri, 4 Aug 2023 12:13:34 -0400 Subject: [PATCH] Typo fix --- .../kotlin/realm-database/schemas/data-types/geospatials.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sdk/kotlin/realm-database/schemas/data-types/geospatials.txt b/source/sdk/kotlin/realm-database/schemas/data-types/geospatials.txt index 181f1b6d50f..e986fc8d56b 100644 --- a/source/sdk/kotlin/realm-database/schemas/data-types/geospatials.txt +++ b/source/sdk/kotlin/realm-database/schemas/data-types/geospatials.txt @@ -10,7 +10,7 @@ Geospatial Data Types - Kotlin SDK :depth: 2 :class: singlecol -.. versionadded:: v1.11.0 +.. versionadded:: 1.11.0 Geospatial data, or "geodata", specifies points and geometric objects on the Earth's surface. @@ -184,7 +184,7 @@ To query against geospatial data, you can use the ``GEOWITHIN`` operator with property of an embedded object and checks if that point is contained within the geospatial shape for that object. -The format for querying geospatial data is the same regardless the shape of +The format for querying geospatial data is the same, regardless of the shape of the geodata region. .. important::