From 26a2569b8e531e3dc50dfef6c9c6a6d5c9d477ac Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Thu, 25 Aug 2022 11:11:08 +0300 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Func.php Co-authored-by: Vincent (Wen Yu) Ge --- src/Appwrite/Utopia/Response/Model/Func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/Func.php b/src/Appwrite/Utopia/Response/Model/Func.php index 05384782e4..89f739cf58 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -82,7 +82,7 @@ class Func extends Model ]) ->addRule('scheduleNext', [ 'type' => self::TYPE_DATETIME, - 'description' => 'Function next scheduled execution date in Datetime.', + 'description' => 'Function's next scheduled execution time in Datetime.', 'default' => '', 'example' => self::TYPE_DATETIME_EXAMPLE, ])