From b99bc5075ddf4e2122fd5b799a66045f92494e66 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 29 Sep 2021 09:50:06 -0500 Subject: fix word choice --- csci5271/hw1/hw1writeup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csci5271/hw1/hw1writeup.md b/csci5271/hw1/hw1writeup.md index aab6154..e42231e 100644 --- a/csci5271/hw1/hw1writeup.md +++ b/csci5271/hw1/hw1writeup.md @@ -93,7 +93,7 @@ void reverse_range(int *a, int from, int to) { } ``` -The main difference is that the function needs the size of the array since it can't be found from the function itself. +The main difference is that the function needs the size of the array since it can't be found from the scope of the function itself. ## Q5 -- cgit v1.2.3