Skip to content

Commit d6890b3

Browse files
authored
Merge pull request #144 from pikammmmm/fix/typo-responsability
Fix `responsability` -> `responsibility` typo in README
2 parents 2be1f97 + 39b4659 commit d6890b3

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
@@ -43,7 +43,7 @@ with SIMD instructions, but many that do compress very well.
4343
## Security
4444

4545
It is a low-level library. The inputs are not validated prior to decoding. It is assumed that the provided buffers were generated
46-
by the corresponding encoding functions. It is your responsability to ensure the validity of your data. In production systems,
46+
by the corresponding encoding functions. It is your responsibility to ensure the validity of your data. In production systems,
4747
the use a strong hashing function to check for data integrity is recommended. The library does not provide this functionality.
4848

4949
## Working with sorted lists of integers

0 commit comments

Comments
 (0)