mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix typo
This commit is contained in:
parent
146d9e0054
commit
5502a03f50
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ This contains the code to instanciate WebAssembly-based LZ4 block codec. Note
|
|||
that the WebAssembly module is loaded using a `same-origin` fetch, hence
|
||||
ensuring that no code outside the package is loaded.
|
||||
|
||||
### `lz4-block-codec-wasm.js`
|
||||
### `lz4-block-codec-js.js`
|
||||
|
||||
This contains the code to instanciate pure javascript-based LZ4 block codec.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue