Skip to content

Commit 0424c6d

Browse files
committed
Editorial change: adding Sphinx class to code block
1 parent 22b7b69 commit 0424c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/courses/advanced-ada/parts/data_types/numerics.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ example, writing :ada:`A * B` triggers a compilation error. Therefore, we have
829829
to convert one of the objects to have matching types:
830830

831831
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Types.Universal_Types.Float_Multiplication
832+
:class: ada-expect-compile-error
832833

833834
with Ada.Text_IO; use Ada.Text_IO;
834835

0 commit comments

Comments
 (0)