Skip to content

Commit fca4bca

Browse files
authored
Update stpolyfromtext-geometry-data-type.md
1 parent 3c09dab commit fca4bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/spatial-geometry/stpolyfromtext-geometry-data-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ STPolyFromText ( 'polygon_tagged_text' , SRID )
5353
## Examples
5454
The following example uses `STPolyFromText()` to create a `geometry` instance.
5555

56-
```
56+
```sql
5757
DECLARE @g geometry;
5858
SET @g = geometry::STPolyFromText('POLYGON ((5 5, 10 5, 10 10, 5 5))', 0);
5959
SELECT @g.ToString();

0 commit comments

Comments
 (0)