]> git.codecow.com Git - flowpex.git/commitdiff
Fix description for date incremented by days.
authorZosoled <zosoled@codecow.xyz>
Thu, 4 Jul 2024 06:01:59 +0000 (23:01 -0700)
committerZosoled <zosoled@codecow.xyz>
Thu, 4 Jul 2024 06:01:59 +0000 (23:01 -0700)
src/System/Date/addDays/System_Date_addDays.cls

index 980ddd320185a3a67060ba56ebf41a0769345c66..97fa2410bd13a94195032f05ea97be78e63f4746 100644 (file)
@@ -36,7 +36,7 @@ global class System_Date_addDays {
     }\r
 \r
     global class Response {\r
-        @InvocableVariable(label='New Date' description='Number of characters in the Blob.')\r
+        @InvocableVariable(label='New Date' description='Date incremented by a number of days.')\r
         global Date newDate;\r
     }\r
 }
\ No newline at end of file