aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Schmidt <info@postspectacular.com>2019-01-07 15:36:22 +0000
committerGitHub <noreply@github.com>2019-01-07 15:36:22 +0000
commit8feeb53d0f54969126bee001ade15b0ea9f7eb8d (patch)
treec96826fe331fd0fc5e24fd9b7fbe7c09457d4251
parentfeef1bae13fa929fef3deda18d676cd25363a50e (diff)
parent1286ac7d8ac63a653616a6afab62546e4fc50aca (diff)
Merge pull request #1 from 0xflotus/patch-1
docs: added space in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e119289..4fa8e63 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Note: All returned pointers are aligned to `TA_ALIGN` word boundaries. Same goes
### Freeing & compaction
-The list of freed blocks is sorted by block start address. When a block is being freed, **tinyalloc** uses insertion sort to add the block at the right list position and then runs a compaction procedure, merging blocks as long as they form consecutive chunks of memory (with no gaps inbetween them). The resulting obsolete blocks are re-added to the list of available blocks.
+The list of freed blocks is sorted by block start address. When a block is being freed, **tinyalloc** uses insertion sort to add the block at the right list position and then runs a compaction procedure, merging blocks as long as they form consecutive chunks of memory (with no gaps in between them). The resulting obsolete blocks are re-added to the list of available blocks.
## API
@@ -100,4 +100,4 @@ wasm2wast --generate-names tinyalloc.wasm > tinyalloc.wast
## License
-&copy; 2016 - 2017 Karsten Schmidt - Apache Software License 2.0 (see [LICENSE](./LICENSE)) \ No newline at end of file
+&copy; 2016 - 2017 Karsten Schmidt - Apache Software License 2.0 (see [LICENSE](./LICENSE))