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, ])