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:55:47 +01:00 committed by GitHub
parent 693e18e5d9
commit 160433ec9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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