Copilot commented on code in PR #2690:
URL: https://github.com/apache/sedona/pull/2690#discussion_r2887182068


##########
docs/api/sql/Affine-Transformations/ST_Rotate.md:
##########
@@ -21,6 +21,8 @@
 
 Introduction: Rotates a geometry by a specified angle in radians 
counter-clockwise around a given origin point. The origin for rotation can be 
specified as either a POINT geometry or x and y coordinates. If the origin is 
not specified, the geometry is rotated around POINT(0 0).
 
+![ST_Rotate](../../../image/ST_Rotate/ST_Rotate.svg "ST_Rotate")
+
 Formats;

Review Comment:
   The section label uses `Formats;`, which looks like a typo/punctuation 
error. For consistency with other docs headings, change this to `Formats:`.
   ```suggestion
   Formats:
   ```



##########
docs/api/snowflake/vector-data/Affine-Transformations/ST_Rotate.md:
##########
@@ -21,6 +21,8 @@
 
 Introduction: Rotates a geometry by a specified angle in radians 
counter-clockwise around a given origin point. The origin for rotation can be 
specified as either a POINT geometry or x and y coordinates. If the origin is 
not specified, the geometry is rotated around POINT(0 0).
 
+![ST_Rotate](../../../../image/ST_Rotate/ST_Rotate.svg "ST_Rotate")
+
 Formats;

Review Comment:
   The section label uses `Formats;`, which looks like a typo/punctuation 
error. For consistency with other docs headings, change this to `Formats:`.
   ```suggestion
   Formats:
   ```



##########
docs/api/flink/Affine-Transformations/ST_Rotate.md:
##########
@@ -21,6 +21,8 @@
 
 Introduction: Rotates a geometry by a specified angle in radians 
counter-clockwise around a given origin point. The origin for rotation can be 
specified as either a POINT geometry or x and y coordinates. If the origin is 
not specified, the geometry is rotated around POINT(0 0).
 
+![ST_Rotate](../../../image/ST_Rotate/ST_Rotate.svg "ST_Rotate")
+
 Formats;

Review Comment:
   The section label uses `Formats;`, which looks like a typo/punctuation 
error. For consistency with other docs headings, change this to `Formats:`.
   ```suggestion
   Formats:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to