From 78b3539de60a233bf07da7951b7b634d3fc93c43 Mon Sep 17 00:00:00 2001 From: Partho Bhattacharya Date: Fri, 14 Mar 2025 22:47:29 -0400 Subject: [PATCH] changed 'string primitive' to 'string' --- src/symbol_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbol_table.c b/src/symbol_table.c index 31abdf1..973ed5e 100644 --- a/src/symbol_table.c +++ b/src/symbol_table.c @@ -254,7 +254,7 @@ SymbolTable* init(SymbolTable* start){ addr->theName= "address"; chara->theName= "character"; boo->theName= "Boolean"; - stri->theName= "string primitive"; + stri->theName= "string"; //arr->theName= "array" //root TableNode that all are pointing to but not in table