Skip to content

Commit 15bfa66

Browse files
Merge pull request sqlcipher#226 from king6cong/patch-1
Update README.md
2 parents e48b328 + c060791 commit 15bfa66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ obtain the encryption key for the database
4747
PRAGMA key = 'passphrase';
4848

4949
Alternately, you can specify an exact byte sequence using a blob literal. If you
50-
use this method it is your responsibility to ensure that the data you provide a
50+
use this method it is your responsibility to ensure that the data you provide is a
5151
64 character hex string, which will be converted directly to 32 bytes (256 bits) of
5252
key data without key derivation.
5353

0 commit comments

Comments
 (0)