From 5cf746ca4957de295c8b9d58cda737ae2f726cb6 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:39:54 -0800 Subject: [PATCH] normalize capitalization --- settingtypes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index aebbfaa..222bf36 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -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]