Skip to content

Commit 9fac245

Browse files
committed
correction
1 parent e97b682 commit 9fac245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • courses/ada_essentials/quiz/genericity_type_and_variable

courses/ada_essentials/quiz/genericity_type_and_variable/quiz.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Which of the following piece(s) of code is (are) legal?
1717

1818
A. :answermono:`procedure Write_A is new Write (Integer, Numeric)`
1919
B. :answermono:`procedure Write_B is new Write (Boolean, Enumerated)`
20-
C. ``procedure Write_C is new Write (Integer, "1234")``
20+
C. ``procedure Write_C is new Write (Integer, 1234)``
2121
D. ``procedure Write_D is new Write (Float, Floating_Point)``
2222

2323
.. container:: animate

0 commit comments

Comments
 (0)