From 27157727b67468e4adf57f6d95633216912e9316 Mon Sep 17 00:00:00 2001
From: Kyle Gunger <kgunger12@gmail.com>
Date: Mon, 1 Nov 2021 14:06:50 -0400
Subject: [EXEC] Rename struct

+ Fix a naming issue
---
 src/texec/world.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/texec/world.go b/src/texec/world.go
index 6fa6327..79cc88c 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -37,7 +37,7 @@ type TContext struct {
 }
 
 // TModule represents a collection of files and sub-modules in a program
-type Module struct {
+type TModule struct {
 	Files   []Node,
 	Globals []map[string]TVariable
 	Sub     []TModule
-- 
cgit v1.2.3