Fix semantics in comments

feature/default_network_editable
Kevin Serrano 8 years ago
parent 585284cb88
commit e18109f1ea
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      app/scripts/lib/encryptor.js

@ -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…
Cancel
Save