From 693e18e5d993e2f2ba1b2aa55debd3de5e9d8009 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 12 Aug 2022 16:55:33 +0100 Subject: [PATCH] Update src/Appwrite/Utopia/Response/Model/AlgoArgon2.php Co-authored-by: Eldad A. Fux --- src/Appwrite/Utopia/Response/Model/AlgoArgon2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php index 0f77ecd38c..0b3ed8806c 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php @@ -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, ])