summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
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
//