We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e48b328 + c060791 commit 15bfa66Copy full SHA for 15bfa66
1 file changed
README.md
@@ -47,7 +47,7 @@ obtain the encryption key for the database
47
PRAGMA key = 'passphrase';
48
49
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
+use this method it is your responsibility to ensure that the data you provide is a
51
64 character hex string, which will be converted directly to 32 bytes (256 bits) of
52
key data without key derivation.
53
0 commit comments