Skip to content

Commit b945bdd

Browse files
committed
Editorial change: correcting grammar
1 parent 38eb770 commit b945bdd

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
@@ -785,7 +785,7 @@ In this example, we get a compilation error because the range of the
785785
.. admonition:: For further reading...
786786

787787
To circumvent the compilation error in the code example we've just seen,
788-
the best alternative to use :ref:`big numbers <Adv_Ada_Big_Numbers>`
788+
the best alternative is to use :ref:`big numbers <Adv_Ada_Big_Numbers>`
789789
|mdash| we discuss this topic later on in this chapter:
790790

791791
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Numerics.Universal_Numeric_Types.Conversion_To_Non_Universal_Types switches=Compiler(-gnat2022);

0 commit comments

Comments
 (0)