From fed1c90e4d40c64163db753e64164a960fa1dd84 Mon Sep 17 00:00:00 2001 From: Pat Rogers Date: Thu, 19 Dec 2024 17:17:36 -0600 Subject: [PATCH] Small updates. component_access_to_rec_objs.rst : Remove empty ("None.") Bibliography section. abstract_data_types.rst : Remove reference to "previous entry" since no longer all in one section. --- content/courses/ada-idioms/chapters/abstract_data_types.rst | 4 ++-- .../ada-idioms/chapters/component_access_to_rec_objs.rst | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/content/courses/ada-idioms/chapters/abstract_data_types.rst b/content/courses/ada-idioms/chapters/abstract_data_types.rst index 4075383e8..e6e972502 100644 --- a/content/courses/ada-idioms/chapters/abstract_data_types.rst +++ b/content/courses/ada-idioms/chapters/abstract_data_types.rst @@ -8,8 +8,8 @@ Abstract Data Types Motivation ---------- -In the previous idiom (the -:ref:`Groups of Related Program Units `), +In the +:ref:`Groups of Related Program Units ` idiom, client compile-time visibility to the type's representation is both an advantage and a disadvantage. Visibility to the representation makes available the expressiveness of low-level syntax, such as array indexing and aggregates, diff --git a/content/courses/ada-idioms/chapters/component_access_to_rec_objs.rst b/content/courses/ada-idioms/chapters/component_access_to_rec_objs.rst index fea331f4c..ffe74dfbe 100644 --- a/content/courses/ada-idioms/chapters/component_access_to_rec_objs.rst +++ b/content/courses/ada-idioms/chapters/component_access_to_rec_objs.rst @@ -563,12 +563,6 @@ record component types. We could use the Hardware Abstraction Layer affect the idiom expression itself. -Bibliography ------------------ - -None. - - .. _Ada_Idioms_Serial_IO_Complete_Example: