1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

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:54:31 +01:00 committed by GitHub
parent b40826f4ee
commit b8d07cf43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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