Skip to content

Commit 7b43053

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ well as with actual objects of that data type. Therefore, we can write
428428
:ada:`UInt_7_Array'Component_Size` and :ada:`Arr_1'Component_Size`, for
429429
example.
430430

431-
This big number (17179869176 bits) for :ada:`UInt_7_Array'Size` and
431+
This big number (17,179,869,176 bits) for :ada:`UInt_7_Array'Size` and
432432
:ada:`UInt_7_Array'Object_Size` might be surprising for you. This is due to the
433433
fact that Ada is reporting the size of the :ada:`UInt_7_Array` type for the
434434
case when the complete range is used. Considering that we specified a positive

0 commit comments

Comments
 (0)