From e2a2793ba0c69cfdd8a016ef63176e64029f472c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brian=20P=CF=95ndi?= Date: Tue, 3 Oct 2023 08:16:36 +0200 Subject: [PATCH] Update proposals/date_replace_component.json Co-authored-by: Matthias Mohr --- proposals/date_replace_component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/date_replace_component.json b/proposals/date_replace_component.json index 8bb5f4e7..761b4985 100644 --- a/proposals/date_replace_component.json +++ b/proposals/date_replace_component.json @@ -1,7 +1,7 @@ { "id": "date_replace_component", "summary": "Replaces a part of a date", - "description": "Replaces a part of a given date string with a new value based on the provided component, allowing for easy replacing of dates.\n\n In case a date/time overflow, the component will be clipped to their respective bounds e.g. if hour is set to 27, it can be clipped to 23. Similarly, if day is set to -40, it can be clipped to the first day of the month", + "description": "Replaces a part of a given date string with a new value based on the provided component, allowing for easy replacing of dates.\n\nIn case a date/time overflow, the component will be clipped to their respective bounds e.g. if hour is set to 27, it can be clipped to 23. Similarly, if day is set to -40, it can be clipped to the first day of the month.", "categories": [ "date & time" ],