Skip to content

Commit 910fb5a

Browse files
committed
Resolve merge conflicts
1 parent 988cbf6 commit 910fb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/ada_essentials/060_record_types/04-record_aggregates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ D. :answermono:`X := (1, '2', 4, (others => 5))`
268268

269269
.. container:: animate
270270

271-
A. :ada:`Four` **must** use named association for its components : :ada:`Four` => (Component => 6)
271+
A. :ada:`Four` **must** use named association for its components : :ada:`Four` => (Component => 6)
272272
B. :ada:`others` valid: :ada:`One` and :ada:`Three` are :ada:`Integer`
273273
C. Valid but :ada:`Y` is not initialized
274274
D. Positional for all components

0 commit comments

Comments
 (0)