From 5bf0202490b002048dfc48f371eaa68919f64dcb Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 14 Mar 2022 19:40:19 +0200 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/AttributeFloat.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/AttributeFloat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php index bfbc98bf60..e8a8a07aea 100644 --- a/src/Appwrite/Utopia/Response/Model/AttributeFloat.php +++ b/src/Appwrite/Utopia/Response/Model/AttributeFloat.php @@ -16,7 +16,7 @@ class AttributeFloat extends Attribute 'type' => self::TYPE_STRING, 'description' => 'Attribute Key.', 'default' => '', - 'example' => 'percentCompleted', + 'example' => 'percentageCompleted', ]) ->addRule('type', [ 'type' => self::TYPE_STRING,