Skip to content

Commit 15370be

Browse files
author
Fabien Coelho
committed
typo--
1 parent 32ea6a5 commit 15370be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ with the _secret_ only:
8787
- values are encrypted depending on the actual key value, thus cannot be
8888
recovered without the key.
8989

90-
Hashing is based on _SHA3_, encryption uses on _Salsa20_.
90+
Hashing is based on _SHA3_, encryption uses _Salsa20_.
9191

9292
```python
9393
cache = EncryptedCache(actual_cache, secret=b"super secret stuff you cannot guess", hsize=16)

0 commit comments

Comments
 (0)