summaryrefslogtreecommitdiff
path: root/server/locale/en-US
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/en-US')
-rw-r--r--server/locale/en-US/libs/@lua/debug.lni2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/@lua/debug.lni b/server/locale/en-US/libs/@lua/debug.lni
index 44d5317f..97ecd97d 100644
--- a/server/locale/en-US/libs/@lua/debug.lni
+++ b/server/locale/en-US/libs/@lua/debug.lni
@@ -94,7 +94,7 @@ to the userdata `u` plus a boolean,
`false` if the userdata does not have that value.
]]
-[setCstacklimit]
+[setcstacklimit]
description = [[
Sets a new limit for the C stack. This limit controls how deeply nested calls can go in Lua, with the intent of avoiding a stack overflow.