From 4b72918e3ac9ac79b7e21b25412d83a7e4e27d5e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 12 Aug 2018 09:07:44 -0400 Subject: [PATCH] typo --- src/lib/lz4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lz4/README.md b/src/lib/lz4/README.md index 2c62105bf..3bf830fc0 100644 --- a/src/lib/lz4/README.md +++ b/src/lib/lz4/README.md @@ -17,7 +17,7 @@ The purpose is to instanciate a WebAssembly- or pure javascript-based LZ4 block codec. If the choosen implementation is not specified, there will be an attempt to -create a WebAssembly-based instance. If whatever reason this fails, a +create a WebAssembly-based instance. If for whatever reason this fails, a pure javascript-based instanced will be created. The script for either instances are dynamically loaded, such that no resources