Kevin Wojniak 8 năm trước cách đây
mục cha
commit
304be42986
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/source/reference/embedding/the_registry_table.rst

+ 1 - 1
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.