Skip to content

Commit b22dfb1

Browse files
Remove pluralization to match previous definitions
1 parent 6fba083 commit b22dfb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

courses/fundamentals_of_ada/050_array_types/03-unconstrained_array_types.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Specifying Constraints Via Initial Value
170170
Indefinite Types
171171
----------------
172172

173-
* :dfn:`Indefinite types` do not provide enough information to be instantiated
173+
* An :dfn:`Indefinite type` does not provide enough information to be instantiated
174174

175175
- Size
176176
- Representation

courses/fundamentals_of_ada/130_program_structure/03-circular_dependencies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Circular Dependency in Package Declaration
8181
* Provide a :dfn:`limited view` of the specified package
8282

8383
- Only type names are visible (including in nested packages)
84-
- Types are viewed as :dfn:`incomplete types`
84+
- Types are viewed as an :dfn:`incomplete type`
8585

8686
* Normal view
8787

courses/fundamentals_of_ada/140_access_types/01-introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Introduction
66
Access Types Design
77
---------------------
88

9-
* Memory-addressed objects are called :dfn:`access types`
9+
* A memory-addressed object is called an :dfn:`access type`
1010
* Objects are associated to :dfn:`pools` of memory
1111

1212
- With different allocation / deallocation policies

0 commit comments

Comments
 (0)