diff options
Diffstat (limited to 'src/table.rs')
-rw-r--r-- | src/table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.rs b/src/table.rs index 2a95b3a..e1c2955 100644 --- a/src/table.rs +++ b/src/table.rs @@ -591,7 +591,7 @@ impl<'lua> Table<'lua> { unsafe { ffi::lua_getreadonly(ref_thread, self.0.index) != 0 } } - /// Converts the table to a generic C pointer. + /// Converts this table to a generic C pointer. /// /// Different tables will give different pointers. /// There is no way to convert the pointer back to its original value. |