From 4895878d82ba0498c342ef2fe5609524df3cba67 Mon Sep 17 00:00:00 2001 From: Prasad Chandrasekaran Date: Sun, 4 Jun 2023 16:48:41 +0530 Subject: [PATCH] Add comment Signed-off-by: Prasad Chandrasekaran --- runtime/terms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/terms.go b/runtime/terms.go index e1c2ecc..96a5a58 100644 --- a/runtime/terms.go +++ b/runtime/terms.go @@ -41,7 +41,7 @@ type terms struct { // mu protects the state of the terms chain mu sync.Mutex - // counts executions + // tracks executions count of terms that are actually evaluated counter int }