Skip to content

Commit 5f8eba9

Browse files
committed
union: replicating C unions
1 parent b0fa33b commit 5f8eba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/fundamentals_of_ada/adv_280_low_level_programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Record Representation Clauses
266266
Unchecked Unions
267267
------------------
268268

269-
* Allows using **discriminated** records as C's :c:`union`
269+
* Allows replicating C's :c:`union` with **discriminated** records
270270
* Discriminant is **not stored**
271271
* No discriminant check
272272
* Object must be **mutable**

0 commit comments

Comments
 (0)