diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-10-08 16:51:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-10-08 16:51:26 +0800 |
commit | b1728967322435e287a97ec9fcaa19bdd368a9fe (patch) | |
tree | 7d6ba0ec11b422cee8329ae64df2ed8060bebc95 /server/locale/en-US/libs/@lua/debug.lni | |
parent | 2929f89bc1fa96a7b48ee1f736cd50c9d6fc5ab4 (diff) | |
download | lua-language-server-b1728967322435e287a97ec9fcaa19bdd368a9fe.zip |
改小写
Diffstat (limited to 'server/locale/en-US/libs/@lua/debug.lni')
-rw-r--r-- | server/locale/en-US/libs/@lua/debug.lni | 2 |
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. |