Skip to content

Commit 6127c4f

Browse files
committed
Merge remote-tracking branch 'upstream/typo2' into v1.4-andium-dev
2 parents 0740b2b + 43b38f2 commit 6127c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spatial/modules/main/spatial_functions_scalar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6092,7 +6092,7 @@ struct ST_Hilbert {
60926092
static constexpr auto DESCRIPTION = R"(
60936093
Encodes the X and Y values as the hilbert curve index for a curve covering the given bounding box.
60946094
If a geometry is provided, the center of the approximate bounding box is used as the point to encode.
6095-
If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-presicion float.
6095+
If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-precision float.
60966096
For the BOX_2D and BOX_2DF variants, the center of the box is used as the point to encode.
60976097
)";
60986098

0 commit comments

Comments
 (0)