Skip to content

Commit dbaea30

Browse files
committed
Editorial change: using commas for number
1 parent b945bdd commit dbaea30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ chapter:
4343
Put_Line (Modulus_Value'Image);
4444
end Show_Modular;
4545

46-
When we run this example, we get 4294967296, which is equal to :ada:`2**32`.
46+
When we run this example, we get 4,294,967,296 |mdash| which is equal to
47+
:ada:`2**32`.
4748

4849
:ada:`Mod` Attribute
4950
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)