Skip to content

Commit

Permalink
add period to lesson 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco committed Feb 26, 2024
1 parent f3c3351 commit 5fd20e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Lesson10.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Lesson10: FC = () => {
<h1>Dynamic Memory Allocation</h1>
<p>
Let’s take a look at another common application of pointers: dynamic
memory allocation
memory allocation.
</p>
<p>
Allocating memory is just saying to the computer that you want to
Expand Down

0 comments on commit 5fd20e2

Please sign in to comment.