Skip to content

Commit 7093a74

Browse files
committed
Small adaptations
1 parent a614e3c commit 7093a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,8 +1338,8 @@ Discrete and Real Numeric Types
13381338
Discrete Numeric Types
13391339
~~~~~~~~~~~~~~~~~~~~~~
13401340

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
13431343
:ref:`modular <Intro_Ada_Unsigned_Types>` types. For example:
13441344

13451345
.. 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
13541354
Remember that modular types are similar to *unsigned* integer types in other
13551355
programming languages.
13561356

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
13581358
haven't been covered yet. We start the discussion with
13591359
:ref:`signed integer types <Adv_Ada_Integer_Types>`, and then move on to
13601360
:ref:`modular types <Adv_Ada_Modular_Types>`.
@@ -1411,7 +1411,7 @@ Note that both real types and universal real types are implicitly derived from
14111411
the :ref:`root real type <Adv_Ada_Root_Types>`, which we already discussed in
14121412
another chapter.
14131413

1414-
In the next two sections, we discuss further details about
1414+
In this chapter, we discuss further details about
14151415
floating-point and
14161416
fixed-point types.
14171417

0 commit comments

Comments
 (0)