From 304be42986d67e706e9ef6ef11a64db55dd17fe2 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Wed, 14 Jun 2017 08:39:58 -0700 Subject: [PATCH] Fix typo --- doc/source/reference/embedding/the_registry_table.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/embedding/the_registry_table.rst b/doc/source/reference/embedding/the_registry_table.rst index 486acd7..4aa5f78 100644 --- a/doc/source/reference/embedding/the_registry_table.rst +++ b/doc/source/reference/embedding/the_registry_table.rst @@ -5,7 +5,7 @@ The registry table ================== 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 instance the sqstdlib(squirrel standard library)uses it to store configuration and shared objects delegates.