From bd5ed6f2a39175bce970a9c9cabecc278251ee62 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 14:19:31 -0400 Subject: [PATCH] 2025-01-23 14:19:31 --- UNB/Year 5/Semester 2/CS4613/Lecture Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UNB/Year 5/Semester 2/CS4613/Lecture Notes.md b/UNB/Year 5/Semester 2/CS4613/Lecture Notes.md index a838105..38d32aa 100644 --- a/UNB/Year 5/Semester 2/CS4613/Lecture Notes.md +++ b/UNB/Year 5/Semester 2/CS4613/Lecture Notes.md @@ -5,7 +5,7 @@ TODO: Go over slide 2 stuff and fill in ### Simplified Calculator Parser # Lecture 3: Local binding -Stacker helps show the enviroment, heap allocations, and stackframes +Stacker helps show the environment, heap allocations, and stackframes # Lecture 4: Functions