Skip to content

Commit d0f4f7c

Browse files
Fix formatting
1 parent 33f8940 commit d0f4f7c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

courses/fundamentals_of_ada/050_array_types/02-constrained_array_types.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ Constrained Array Types
66
Constrained Array Type Declarations
77
-------------------------------------
88

9-
* Syntax (simplified)
9+
Syntax (simplified)
1010

1111
.. container:: latex_environment footnotesize
1212

1313
.. code:: Ada
1414
1515
type <typename> is array (<index constraint>) of <constrained type>;
1616
17-
* where
17+
where
1818

19-
**typename**
20-
is an identifier
19+
.. container:: latex_environment quote
2120

22-
**index constraint**
23-
is a discrete range or type
21+
**typename** - identifier
2422

25-
**constrained type**
26-
is a typemark with a size known at compile time
23+
**index constraint** - discrete range or type
2724

28-
* Examples
25+
**constrained type** - type with size known at compile time
26+
27+
Examples
2928

3029
.. container:: latex_environment footnotesize
3130

0 commit comments

Comments
 (0)