Skip to content

Commit b22bc7c

Browse files
authored
add missing parenthesis
1 parent a08c621 commit b22bc7c

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
@@ -26,7 +26,7 @@ var options = {
2626

2727
xmlenc.encrypt('content to encrypt', options, function(err, result) {
2828
console.log(result);
29-
}
29+
})
3030
~~~
3131

3232
Result:

0 commit comments

Comments
 (0)