From b15dc0c4a8e4b4eb12dd66ac3bbf6d55ee053f21 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 9 Jul 2024 15:26:55 +0900 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/Func.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matej Bačo --- 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 9088316f50..f7976e6242 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -153,7 +153,7 @@ class Func extends Model ]) ->addRule('cpus', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Function execution cores.', + 'description' => 'Function execution CPU cores.', 'default' => 1, 'example' => 2, ])