@@ -1338,8 +1338,8 @@ Discrete and Real Numeric Types
1338
1338
Discrete Numeric Types
1339
1339
~~~~~~~~~~~~~~~~~~~~~~
1340
1340
1341
- In the Introduction to Ada course, we've seen that Ada has two kinds of integer
1342
- type : :ref: `signed integer <Intro_Ada_Integers >` and
1341
+ In the Introduction to Ada course, we've seen that Ada has two kinds of
1342
+ discrete numeric types : :ref: `signed integer <Intro_Ada_Integers >` and
1343
1343
:ref: `modular <Intro_Ada_Unsigned_Types >` types. For example:
1344
1344
1345
1345
.. code :: ada compile_button project=Courses.Advanced_Ada.Data_Types.Numerics.Discrete_Numeric_Types.Signed_Modular_Types
@@ -1354,7 +1354,7 @@ type: :ref:`signed integer <Intro_Ada_Integers>` and
1354
1354
Remember that modular types are similar to *unsigned * integer types in other
1355
1355
programming languages.
1356
1356
1357
- In this section , we review these types and look into a couple of details that
1357
+ In this chapter , we review these types and look into a couple of details that
1358
1358
haven't been covered yet. We start the discussion with
1359
1359
:ref: `signed integer types <Adv_Ada_Integer_Types >`, and then move on to
1360
1360
:ref: `modular types <Adv_Ada_Modular_Types >`.
@@ -1411,7 +1411,7 @@ Note that both real types and universal real types are implicitly derived from
1411
1411
the :ref: `root real type <Adv_Ada_Root_Types >`, which we already discussed in
1412
1412
another chapter.
1413
1413
1414
- In the next two sections , we discuss further details about
1414
+ In this chapter , we discuss further details about
1415
1415
floating-point and
1416
1416
fixed-point types.
1417
1417
0 commit comments