We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43053 commit 3b17528Copy full SHA for 3b17528
content/courses/advanced-ada/parts/data_types/types_representation.rst
@@ -1403,7 +1403,7 @@ This is the code that implements that:
1403
1404
When running the application above, we see that, due to the extra byte in the
1405
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
+:ada:`R'Size` is now 72 bits, which reflects the additional eight bits that we
1407
introduced between components :ada:`A` and :ada:`B`. Depending on the target
1408
architecture, you may also see that :ada:`R'Object_Size` is now 96 bits, which
1409
is the size the compiler selects as the most appropriate for this record type.
0 commit comments