Skip to content

Commit 3b17528

Browse files
committed
Editorial change: correcting number
Correcting issue reported by reader (T. Ishmuratov)
1 parent 7b43053 commit 3b17528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/advanced-ada/parts/data_types/types_representation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ This is the code that implements that:
14031403

14041404
When running the application above, we see that, due to the extra byte in the
14051405
record representation, the sizes increase. On a typical 64-bit PC,
1406-
:ada:`R'Size` is now 76 bits, which reflects the additional eight bits that we
1406+
:ada:`R'Size` is now 72 bits, which reflects the additional eight bits that we
14071407
introduced between components :ada:`A` and :ada:`B`. Depending on the target
14081408
architecture, you may also see that :ada:`R'Object_Size` is now 96 bits, which
14091409
is the size the compiler selects as the most appropriate for this record type.

0 commit comments

Comments
 (0)