diff options
Diffstat (limited to 'src/lane.cpp')
-rw-r--r-- | src/lane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.cpp b/src/lane.cpp index e801cba..d4175c6 100644 --- a/src/lane.cpp +++ b/src/lane.cpp | |||
@@ -539,7 +539,7 @@ static void push_stack_trace(lua_State* L_, Lane::ErrorTraceLevel errorTraceLeve | |||
539 | 539 | ||
540 | // ################################################################################################# | 540 | // ################################################################################################# |
541 | //--- | 541 | //--- |
542 | // Run finalizers - if any - with the given parameters | 542 | // Run finalizers - if any - with the given arguments |
543 | // | 543 | // |
544 | // If 'rc' is nonzero, error message and stack index (the latter only when errorTraceLevel_ == 1) are available as: | 544 | // If 'rc' is nonzero, error message and stack index (the latter only when errorTraceLevel_ == 1) are available as: |
545 | // [-1]: stack trace (table) | 545 | // [-1]: stack trace (table) |