Skip to content

Commit 0d0a8b3

Browse files
Apply suggestions from code review
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent 0a6efcb commit 0d0a8b3

File tree

1 file changed

+2
-2
lines changed
  • content/develop/interact/search-and-query/advanced-concepts

1 file changed

+2
-2
lines changed

content/develop/interact/search-and-query/advanced-concepts/geo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for geospatial data:
5858
- [`GEO`](#geo): This uses a simple format where individual geospatial
5959
points are specified as numeric longitude-latitude pairs.
6060

61-
- [`GEOSHAPE`](#geoshape): [Redis Stack]({{< relref "/operate/oss_and_stack" >}}) also
61+
- [`GEOSHAPE`](#geoshape): [Redis Community Edition]({{< relref "/operate/oss_and_stack" >}}) also
6262
supports `GEOSHAPE` indexing in v7.2 and later.
6363
This uses a subset of the
6464
[Well-Known Text (WKT)](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry)
@@ -161,7 +161,7 @@ POLYGON ((3.5 1, 3.75 2, 4 1, 3.5 1))
161161

162162
{{< image filename="/images/dev/rqe/geoshapes.jpg" >}}
163163

164-
You can run various types of query against a geospatial index. For
164+
You can run various types of queries against a geospatial index. For
165165
example, the query below returns one primitive that lies within the boundary
166166
of the green square (from the example above) but omits the square itself:
167167

0 commit comments

Comments
 (0)