1
0
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:
Kevin Serrano 2016-11-15 13:45:21 -08:00
parent 585284cb88
commit e18109f1ea
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -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) {