Skip to content

Commit b89d2ae

Browse files
committed
Minor change: adding word: "implicitly"
1 parent 954d100 commit b89d2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,8 +3364,8 @@ Machine representation of fixed-point types
33643364

33653365
In this section, we discuss how fixed-point types are represented in actual
33663366
hardware. Typically, the machine representation of objects of fixed-point type
3367-
consists of integer values scaled by the *small* of the type. To retrieve
3368-
the actual integer representation, we can use
3367+
consists of integer values implicitly scaled by the *small* of the type. To
3368+
retrieve the actual integer representation, we can use
33693369
:ref:`overlays <Adv_Ada_Address_Aspect_Overlay>`.
33703370

33713371

0 commit comments

Comments
 (0)