Skip to content

Commit d2a4a23

Browse files
authored
fix(doc): fix typo in st_covers doc_example (#42)
Change-Id: I5ed81fd65f1e28ddf50b568672d09dd170b17504
1 parent fb79d42 commit d2a4a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/geodatafusion/src/udf/geo/relationships/topological

rust/geodatafusion/src/udf/geo/relationships/topological/relate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl_relate_udf!(
135135
COVERS_DOC,
136136
|matrix| matrix.is_covers(),
137137
"Returns true if every point in Geometry/Geography B lies inside (i.e. intersects the interior or boundary of) Geometry/Geography A. Equivalently, tests that no point of B lies outside (in the exterior of) A.",
138-
"ST_CoveredBy(geomA, geomB)"
138+
"ST_Covers(geomA, geomB)"
139139
);
140140
impl_relate_udf!(
141141
Touches,

0 commit comments

Comments
 (0)