From 5fd20e29f25c7f9900b2bc95257e22e7ad395e4c Mon Sep 17 00:00:00 2001 From: Daniel Kao Date: Mon, 26 Feb 2024 12:05:55 -0800 Subject: [PATCH] add period to lesson 10 --- src/pages/Lesson10.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Lesson10.tsx b/src/pages/Lesson10.tsx index 26bb4d83..db68bbcd 100644 --- a/src/pages/Lesson10.tsx +++ b/src/pages/Lesson10.tsx @@ -41,7 +41,7 @@ const Lesson10: FC = () => {

Dynamic Memory Allocation

Let’s take a look at another common application of pointers: dynamic - memory allocation + memory allocation.

Allocating memory is just saying to the computer that you want to