Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Chandrasekaran <[email protected]>
  • Loading branch information
pchan committed Jun 4, 2023
1 parent e7815ec commit 4895878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/terms.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4895878

Please sign in to comment.