From 7c5db3b3077b85a2234d84142772dbc80104acad Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Fri, 7 Feb 2025 07:17:35 +0100 Subject: [PATCH] Update to_string --- resources/function_help/json/to_string | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/function_help/json/to_string b/resources/function_help/json/to_string index 327c177d1e16..19b9ca6032ab 100644 --- a/resources/function_help/json/to_string +++ b/resources/function_help/json/to_string @@ -2,10 +2,10 @@ "name": "to_string", "type": "function", "groups": ["Conversions", "String"], - "description": "Converts a number to string.", + "description": "Converts a number to string. The conversion is not locale-aware, see 'format_number' for a locale-aware alternative.", "arguments": [{ "arg": "number", - "description": "Integer or real value. The number to convert to string. The conversion is not locale-aware, see 'format_number' for a locale-aware alternative." + "description": "Integer or real value. The number to convert to string." }], "examples": [{ "expression": "to_string(1.23)",