Skip to content

Commit ba80e72

Browse files
committed
Editorial change: minor wording correction
1 parent 0fbcd8d commit ba80e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ represent :ada:`T` on the target platform. Of course, that type |mdash| the
10921092
base type |mdash| would necessarily be unconstrained.
10931093

10941094
Let's discuss the :ada:`Integer` type as an example.
1095-
The Ada standard defines that the minimum range of the :ada:`Integer` type
1095+
The Ada standard specifies that the minimum range of the :ada:`Integer` type
10961096
is :ada:`-2**15 + 1 .. 2**15 - 1`. In modern 64-bit systems |mdash|
10971097
where wider types such as :ada:`Long_Integer` are defined |mdash| the range
10981098
is at least :ada:`-2**31 + 1 .. 2**31 - 1`. Therefore, we could think of

0 commit comments

Comments
 (0)