diff --git a/resources/function_help/json/extrude b/resources/function_help/json/extrude index fd7e7f2ed08..c3e5264539c 100644 --- a/resources/function_help/json/extrude +++ b/resources/function_help/json/extrude @@ -4,7 +4,7 @@ "groups": ["GeometryGroup"], "description": "Returns an extruded version of the input (Multi-)Curve or (Multi-)Linestring geometry with an extension specified by x and y.", "arguments": [ - {"arg":"geometry","description":"a polygon geometry"}, + {"arg":"geometry","description":"a curve or linestring geometry"}, {"arg":"x","description":"x extension, numeric value"}, {"arg":"y","description":"y extension, numeric value"} ],