Skip to content

Commit 5837108

Browse files
authored
Update README.md
1 parent 27e19a6 commit 5837108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CryptoChar encrypt(char ch);
7070
// str: character to decrypt; Boost's 256bit integer which contains
7171
// the decrypted character
7272
//
73-
// return: char; Encrypted character
73+
// return: char; Decrypted character
7474
//
7575
char decrypt(CryptoChar str);
7676
```

0 commit comments

Comments
 (0)