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

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Bradley Schofield 2022-08-12 16:55:33 +01:00 committed by GitHub
parent b8d07cf43f
commit 693e18e5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class AlgoArgon2 extends Model
])
->addRule('timeCost', [
'type' => self::TYPE_INTEGER,
'description' => 'Amount of time it may take to compute hash.',
'description' => 'Amount of time consumed to compute hash',
'default' => '',
'example' => 4,
])