Skip to content

Commit c759d87

Browse files
committed
Update docs
1 parent a8b83da commit c759d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The options table can be used to enable or disable library features. The followi
44

55
name | return type | description
66
--- | --- | ---
7-
**modulename** | string | Gets or sets the module name. Default: underscript
7+
**modulename** | string | Gets or sets the module name. Default: Underscript
88
**redirectio** | boolean | Enables or disables the IO redirection. Disabled by default. When enabled, Underscript_write(v), Underscript_writeln(v) and Underscript_logerror(line,msg) may be called during a script execution.
99
**usevars** | boolean | Enables or disables the use of Lua variables (both local and global). Enabled by default.
1010
**useglobals** | boolean | Enables or disables the use of global Lua variables. Enabled by default. Requires usevars enabled.

0 commit comments

Comments
 (0)