1
0
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:
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, 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) {