Skip to content

Commit 96471ae

Browse files
committed
lib/dtutils - fixed documentation error
1 parent 038418b commit 96471ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/dtutils.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ dtutils.libdoc.functions["check_max_api_version"] = {
8282
run against the current api version. This function is used when a part of the Lua API that
8383
the script relies on is removed. If the maximum api version is not met, then an
8484
error message is printed saying the script_name failed to load, then an error is thrown causing the
85-
program to stop executing.
86-
85+
program to stop executing.]],
8786
Return_Value = [[result - true if the maximum api version is available, false if not.]],
8887
Limitations = [[When using the default handler on a script being executed from the luarc file, the error thrown
8988
will stop the luarc file from executing any remaining statements. This limitation does not apply to script_manger.]],

0 commit comments

Comments
 (0)