Merge pull request #95 from kainjow/patch-1

Fix typo
This commit is contained in:
Alberto Demichelis 2017-06-19 23:26:21 +08:00 committed by GitHub
commit 2186a3fe21

View File

@ -5,7 +5,7 @@ The registry table
================== ==================
The registry table is an hidden table shared between vm and all his thread(friend vms). The registry table is an hidden table shared between vm and all his thread(friend vms).
This table is accessible only through the C API and is ment to be an utility structure This table is accessible only through the C API and is meant to be an utility structure
for native C library implementation. for native C library implementation.
For instance the sqstdlib(squirrel standard library)uses it to store configuration and shared objects For instance the sqstdlib(squirrel standard library)uses it to store configuration and shared objects
delegates. delegates.