Skip to content

Commit 5114b01

Browse files
authored
Merge pull request #1 from pearcej/main
resyncing my main
2 parents 4614d02 + 96fa664 commit 5114b01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pretext/CollectionData/summary.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section xml:id="collection-data_summary">
22
<title>Summary and Reading Questions</title>
3-
<p><ol label="5">
3+
<p><ol>
44
<li>
55
<p>
66
A statically allocated C++ array is an ordered collection of one or more C++ data values of identical type stored in contiguous memory.

pretext/Functions/FunctionOverloading.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ main()
7474

7575
<choice correct="yes">
7676
<statement>
77-
<p>Helps keep consintency in the way your functions are named across your program.</p>
77+
<p>Helps keep consistency in the way your functions are named across your program.</p>
7878
</statement>
7979
<feedback>
8080
<p>Take a look at the other answers as well...</p>

0 commit comments

Comments
 (0)