From aa21a1a20049f890738504e0bdf6dc0ac85cf891 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 2 Aug 2024 12:05:07 +0900 Subject: [PATCH] Update RuntimeSpecification.php --- src/Appwrite/Functions/Validator/RuntimeSpecification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Functions/Validator/RuntimeSpecification.php b/src/Appwrite/Functions/Validator/RuntimeSpecification.php index f2131aada5..e8886d6057 100644 --- a/src/Appwrite/Functions/Validator/RuntimeSpecification.php +++ b/src/Appwrite/Functions/Validator/RuntimeSpecification.php @@ -52,7 +52,7 @@ class RuntimeSpecification extends Validator */ public function getDescription(): string { - return 'String must be a valid size value of ' . implode(', ', $this->getAllowedSpecifications()); + return 'String must be a valid specification value of ' . implode(', ', $this->getAllowedSpecifications()); } /**