From b8d07cf43f1be9240eb0ac05e52b6decd20f78c1 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 12 Aug 2022 16:54:31 +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 ea44b5a94a..0f77ecd38c 100644 --- a/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php +++ b/src/Appwrite/Utopia/Response/Model/AlgoArgon2.php @@ -25,7 +25,7 @@ class AlgoArgon2 extends Model ]) ->addRule('threads', [ 'type' => self::TYPE_INTEGER, - 'description' => 'Number of threads to use to compute hash.', + 'description' => 'Number of threads used to compute hash.', 'default' => '', 'example' => 3, ])