Fix text case

This commit is contained in:
Harrissou Sant-anna 2025-08-31 20:43:41 +02:00 committed by Nyall Dawson
parent 1a5cd7cd49
commit 5153462e4e

View File

@ -2,7 +2,7 @@
"name": "roundness",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Calculates how close a polygon shape is to a circle. The function Returns 1 when the polygon shape is a perfect circle and 0 when it is completely flat.",
"description": "Calculates how close a polygon shape is to a circle. The function returns 1 when the polygon shape is a perfect circle and 0 when it is completely flat.",
"arguments": [{
"arg": "geometry",
"description": "a polygon"