Skip to content

Commit 0116d4a

Browse files
authored
Merge pull request #1151 from pat-rogers/master
Small updates.
2 parents 51c2d6f + fed1c90 commit 0116d4a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

content/courses/ada-idioms/chapters/abstract_data_types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Abstract Data Types
88
Motivation
99
----------
1010

11-
In the previous idiom (the
12-
:ref:`Groups of Related Program Units <Ada_Idioms_Groups_Of_Related_Program_Units>`),
11+
In the
12+
:ref:`Groups of Related Program Units <Ada_Idioms_Groups_Of_Related_Program_Units>` idiom,
1313
client compile-time visibility to the type's representation is both an
1414
advantage and a disadvantage. Visibility to the representation makes available
1515
the expressiveness of low-level syntax, such as array indexing and aggregates,

content/courses/ada-idioms/chapters/component_access_to_rec_objs.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,6 @@ record component types. We could use the Hardware Abstraction Layer
563563
affect the idiom expression itself.
564564

565565

566-
Bibliography
567-
-----------------
568-
569-
None.
570-
571-
572566
.. _Ada_Idioms_Serial_IO_Complete_Example:
573567

574568

0 commit comments

Comments
 (0)