We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4614d02 + 96fa664 commit 5114b01Copy full SHA for 5114b01
pretext/CollectionData/summary.ptx
@@ -1,6 +1,6 @@
1
<section xml:id="collection-data_summary">
2
<title>Summary and Reading Questions</title>
3
- <p><ol label="5">
+ <p><ol>
4
<li>
5
<p>
6
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
@@ -74,7 +74,7 @@ main()
74
75
<choice correct="yes">
76
<statement>
77
- <p>Helps keep consintency in the way your functions are named across your program.</p>
+ <p>Helps keep consistency in the way your functions are named across your program.</p>
78
</statement>
79
<feedback>
80
<p>Take a look at the other answers as well...</p>
0 commit comments