From 0f5480cbc0e8fdf126fc41b55c3e1758a4f1638e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 20 Mar 2025 15:48:18 +0100 Subject: [PATCH] Fix copy --- 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 d2446585b9..e0929684fb 100644 --- a/src/Appwrite/Utopia/Response/Model/Func.php +++ b/src/Appwrite/Utopia/Response/Model/Func.php @@ -79,7 +79,7 @@ class Func extends Model ]) ->addRule('latestDeploymentId', [ 'type' => self::TYPE_STRING, - 'description' => 'Site\'s latest deployment ID.', + 'description' => 'Function\'s latest deployment ID.', 'default' => '', 'example' => '5e5ea5c16897e', ])