File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/courses/advanced-ada/parts/data_types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
21342134the 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
22042204explicitly 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
You can’t perform that action at this time.
0 commit comments