From 131a22d916a6d671488cb64ab6a6eda1d6d669bd Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 29 Aug 2023 12:13:31 -0400 Subject: [PATCH] remove redundant word 'the' --- lectures/01_introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/01_introduction/README.md b/lectures/01_introduction/README.md index a06b9e0..4d01f32 100644 --- a/lectures/01_introduction/README.md +++ b/lectures/01_introduction/README.md @@ -42,7 +42,7 @@ interpreted languages are somewhat blurry. - You will practice the cycle of coding & compilation & testing during Lab 1. You are encouraged to try out different development environments (code editor & compiler) and quickly settle on one that -allows you to be most productive. Ask the your lab TAs & mentors +allows you to be most productive. Ask your lab TAs & mentors about their favorite programming environments! The course website includes many helpful links as well.