normalize capitalization

This commit is contained in:
flux 2023-02-21 14:39:54 -08:00
parent 9777a259e0
commit 5cf746ca49
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000
# IID is ignored and at most one interrupt may be queued if this setting is enabled.
mesecon.luacontroller_lightweight_interrupts (Lightweight interrupts) bool false
# behavior of "print" inside a luacontroller. by default, this emits a message into debug.txt.
# set it to noop if you wish to disable that behavior.
mesecon.luacontroller_print_behavior (behavior of print) enum log log,noop
# Behavior of "print" inside a luacontroller. By default, this emits a message into debug.txt.
# Set it to noop if you wish to disable that behavior.
mesecon.luacontroller_print_behavior (Behavior of print) enum log log,noop
[mesecons_mvps]