From 160433ec9cb165cd7b2ed0a7584eaca0174ceb80 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 12 Aug 2022 16:55:47 +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 0b3ed8806c..2e2575fdef 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php @@ -13,7 +13,7 @@ class AlgoArgon2 extends Model $this ->addRule('memoryCost', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Memory that may be used to compute hash.', + 'description' => 'Memory used to compute hash.', 'default' => '', 'example' => 65536, ])