Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Eldad A. Fux 2022-03-14 19:40:19 +02:00 committed by GitHub
parent 1d7e8a76a1
commit 5bf0202490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,