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