@@ -3665,7 +3665,7 @@ fixed-point types.
36653665
36663666 Consider the following package from a previous section:
36673667
3668- .. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed
3668+ .. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Numerics.Fixed_Point_Types.Universal_Fixed_2
36693669
36703670 package Custom_Decimal_Types is
36713671
@@ -3681,7 +3681,7 @@ fixed-point types.
36813681
36823682 Let's look at a simple example of type conversions between these types:
36833683
3684- .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed
3684+ .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Numerics.Fixed_Point_Types.Universal_Fixed_2
36853685
36863686 with Ada.Text_IO; use Ada.Text_IO;
36873687
@@ -5469,7 +5469,7 @@ operation is 500.0.
54695469
54705470 Consider the following package from a previous section:
54715471
5472- .. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed
5472+ .. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed_2
54735473
54745474 package Custom_Decimal_Types is
54755475
@@ -5485,7 +5485,7 @@ operation is 500.0.
54855485
54865486 Let's look at a simple example of type conversions between these types:
54875487
5488- .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed
5488+ .. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Numerics.Decimal_Fixed_Point_Types.Universal_Fixed_2
54895489
54905490 with Ada.Text_IO; use Ada.Text_IO;
54915491
0 commit comments