We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97b682 commit 9fac245Copy full SHA for 9fac245
1 file changed
courses/ada_essentials/quiz/genericity_type_and_variable/quiz.rst
@@ -17,7 +17,7 @@ Which of the following piece(s) of code is (are) legal?
17
18
A. :answermono:`procedure Write_A is new Write (Integer, Numeric)`
19
B. :answermono:`procedure Write_B is new Write (Boolean, Enumerated)`
20
-C. ``procedure Write_C is new Write (Integer, "1234")``
+C. ``procedure Write_C is new Write (Integer, 1234)``
21
D. ``procedure Write_D is new Write (Float, Floating_Point)``
22
23
.. container:: animate
0 commit comments