Skip to content

Commit 0a3f77f

Browse files
author
mikeblome
committed
fixed build issues
1 parent 543ba69 commit 0a3f77f

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

docs/cpp/arrays-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The minimum cost to Market 3 is: 17.29
138138

139139
The function `FindMinToMkt` is written such that adding new factories does not require any code changes, just a recompilation.
140140

141-
# Initializing Arrays
141+
## Initializing Arrays
142142

143143
If a class has a constructor, arrays of that class are initialized by a constructor. If there are fewer items in the initializer list than elements in the array, the default constructor is used for the remaining elements. If no default constructor is defined for the class, the initializer list must be complete — that is, there must be one initializer for each element in the array.
144144

docs/cpp/interpretation-of-subscript-operator.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)