Skip to content

Commit c1f8754

Browse files
committed
Editorial change: adapting project name
1 parent 9660eb7 commit c1f8754

File tree

1 file changed

+2
-2
lines changed
  • content/courses/advanced-ada/parts/data_types

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ the :ada:`Simple_Record` type from previous examples. In this version of the
21332133
:ada:`Unconstrained_Types` package, we're adding a :ada:`Reset` procedure for
21342134
the discriminated record type:
21352135

2136-
.. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Types.Definite_Indefinite_Subtypes.Constrained_Attribute
2136+
.. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Records.Discriminants_Constraints_Operations.Constrained_Attribute
21372137

21382138
package Unconstrained_Types is
21392139

@@ -2203,7 +2203,7 @@ specify any constraints, so that it takes the default value
22032203
(:ada:`Extended => False`). In the declaration of :ada:`R2`, however, we
22042204
explicitly set :ada:`Extended` to :ada:`False`:
22052205

2206-
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Types.Definite_Indefinite_Subtypes.Constrained_Attribute
2206+
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Records.Discriminants_Constraints_Operations.Constrained_Attribute
22072207

22082208
with Ada.Text_IO; use Ada.Text_IO;
22092209

0 commit comments

Comments
 (0)