Skip to content

Commit f66d788

Browse files
committed
fix per PR comment
1 parent ede8645 commit f66d788

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
@@ -78,7 +78,7 @@ All three take a `byte[]` to use as the passphrase (if you have a `char[]`, use
7878
`SQLiteDatabase.getBytes()` to get a suitable `byte[]` to use).
7979

8080
Two offer a `SQLiteDatabaseHook` parameter that you can use
81-
for executing SQL statements before or after the passphrase is used to decrypt
81+
for executing SQL statements before or after the passphrase is used to key
8282
the database.
8383

8484
The three-parameter constructor also offers `clearPassphrase`, which defaults

0 commit comments

Comments
 (0)