From 56ef0455a9c11033ccbd0f90e50f56adb908e518 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 7 Nov 2023 19:24:34 -0800 Subject: [PATCH] Fix a comment --- sluz.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sluz.class.php b/sluz.class.php index e4486ca..9e1fba8 100644 --- a/sluz.class.php +++ b/sluz.class.php @@ -903,7 +903,7 @@ private function get_if_rules_from_tokens($toks) { //////////////////////////////////////////////////////////////////////// - // Everything AFTER an {if }piece is the payload to that test condition + // Everything AFTER an {if} piece is the payload to that test condition $str = ''; $payloads = []; $first = true;