fix typos

This commit is contained in:
Raymond Hill 2018-08-14 10:07:49 -04:00
parent d3b19d45e8
commit f0308960a4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 5 additions and 4 deletions

View File

@ -18,10 +18,10 @@ LZ4 block codec.
If the choosen implementation is not specified, there will be an attempt to
create a WebAssembly-based instance. If for whatever reason this fails, a
pure javascript-based instanced will be created.
pure javascript-based instance will be created.
The script for either instances are dynamically loaded, such that no resources
is wasted by keeping in memory code which won't be used.
The script for either instance are dynamically loaded, such that no resources
are wasted by keeping in memory code which won't be used.
### `lz4-block-codec-wasm.js`
@ -38,4 +38,5 @@ for whatever reason.
### `lz4-block-codec.wasm`
This is the WebAssembly module, loaded by `lz4-block-codec-wasm.js`.
This is the WebAssembly module, loaded by `lz4-block-codec-wasm.js` using a
`same-origin` fetch.