From 839e50c71b6c034e2e80dbec846711e3876ac749 Mon Sep 17 00:00:00 2001
From: Dmytro Krasun <krasun.net@gmail.com>
Date: Wed, 15 Jan 2025 19:52:48 +0200
Subject: [PATCH] Improve comments

---
 lexer.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lexer.go b/lexer.go
index f393138..452d8ae 100644
--- a/lexer.go
+++ b/lexer.go
@@ -37,7 +37,7 @@ const (
 	tokenDelimeter                  // ','
 	tokenLeftParenthesis            // '('
 	tokenRightParenthesis           // ')'
-	tokenPlaceholder                // '?'
+	tokenPlaceholder                // placeholder including '{' and '}'
 	tokenInteger                    // integer
 	tokenString                     // string including quotes
 	tokenAnd                        // AND