Skip to content

Commit

Permalink
Editorial change: correcting Sphinx class
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Oct 20, 2024
1 parent e7899d3 commit 2631ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/courses/advanced-ada/parts/data_types/records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@ value of the :ada:`State` discriminant, it can be either a null record (when
Let's look at a test application for the :ada:`Devices` package:

.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Records.Variant_Parts.Simple_Device
:class: ada-expect-compile-error
:class: ada-run-expect-failure

with Devices; use Devices;

Expand Down Expand Up @@ -3351,7 +3351,7 @@ Let's create a test application called :ada:`Show_Device` that makes use of
this device by turning it on and off, and by retrieving information from it:

.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Records.Variant_Parts.Device
:class: ada-expect-compile-error
:class: ada-run-expect-failure

with Devices; use Devices;

Expand Down

0 comments on commit 2631ded

Please sign in to comment.