From d47efaf77aa28ab1bd2a2b6f3af20b6ca3cdf8b8 Mon Sep 17 00:00:00 2001 From: coco3427 Date: Mon, 12 May 2025 11:29:52 -0400 Subject: [PATCH 1/2] fixed issue #194 --- pretext/Functions/FunctionOverloading.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretext/Functions/FunctionOverloading.ptx b/pretext/Functions/FunctionOverloading.ptx index 4d4d835..5ef1825 100644 --- a/pretext/Functions/FunctionOverloading.ptx +++ b/pretext/Functions/FunctionOverloading.ptx @@ -74,7 +74,7 @@ main() -

Helps keep consintency in the way your functions are named across your program.

+

Helps keep consistency in the way your functions are named across your program.

Take a look at the other answers as well...

From 01857bd62e47233443d3cb59898984c8c68f4c7a Mon Sep 17 00:00:00 2001 From: coco3427 Date: Mon, 12 May 2025 14:21:01 -0400 Subject: [PATCH 2/2] fixed issue #246 --- pretext/CollectionData/summary.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretext/CollectionData/summary.ptx b/pretext/CollectionData/summary.ptx index 53e12a1..951fe68 100644 --- a/pretext/CollectionData/summary.ptx +++ b/pretext/CollectionData/summary.ptx @@ -1,6 +1,6 @@
Summary and Reading Questions -

    +

    1. A statically allocated C++ array is an ordered collection of one or more C++ data values of identical type stored in contiguous memory.