Skip to content

Commit

Permalink
Update cipher.js
Browse files Browse the repository at this point in the history
adds some missing text to a comment
  • Loading branch information
w4ffl35 authored Jun 20, 2023
1 parent 3484cbb commit dc9a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cipher.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Cipher {
/*
* decrypt(string: s): string
*
* Given an encrypted string, this function will return a decrypt it
* Given an encrypted string, this function will return a decrypted version of it
* using the _crypt function.
* */
decrypt = (s) => this._crypt(s, this.alpha, this.encryptedAlpha)
Expand Down

0 comments on commit dc9a957

Please sign in to comment.