Skip to content

Commit 36e8b55

Browse files
committed
Minor editorial change
1 parent fa0fb29 commit 36e8b55

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
@@ -2315,7 +2315,7 @@ As expected, we can derive from any floating-point type. For example:
23152315
with Ada.Text_IO; use Ada.Text_IO;
23162316

23172317
with Custom_Floating_Point_Types;
2318-
use Custom_Floating_Point_Types;
2318+
use Custom_Floating_Point_Types;
23192319

23202320
procedure Show_Derived_Floating_Point_Types is
23212321
C : Coefficient;

0 commit comments

Comments
 (0)