mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Fix semantics in comments
This commit is contained in:
parent
585284cb88
commit
e18109f1ea
@ -26,7 +26,7 @@ module.exports = {
|
||||
generateSalt,
|
||||
}
|
||||
|
||||
// Takes a Pojo, returns encrypted text.
|
||||
// Takes a Pojo, returns cypher text.
|
||||
function encrypt (password, dataObj) {
|
||||
return keyFromPassword(password)
|
||||
.then(function (passwordDerivedKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user