summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 21:58:36 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 21:58:36 +0200
commit9ee6293b175710e7cf1ff5bc9a6dc555ddaf559f (patch)
tree34da64728c21c195147969eda153774db6455d62 /cmd
parent25b2728a6499b427e201fb80d8a70e65909645e0 (diff)
code-quality: Various improvements to code quality and thread safety
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gt/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gt/main.go b/cmd/gt/main.go
index 5ace4c5..15372d8 100644
--- a/cmd/gt/main.go
+++ b/cmd/gt/main.go
@@ -39,7 +39,7 @@
//
// The package uses a layered architecture:
// - main.go: Entry point and command routing
-// - calculator/: Handles percentage calculation parsing
+// - perc/: Handles percentage calculation parsing
// - rpn/: Handles RPN expression parsing and evaluation
// - repl/: Provides interactive Read-Eval-Print Loop mode
//