Skip to content

Commit 124eb2b

Browse files
committed
Minor change: improving phrase
1 parent f8ad79d commit 124eb2b

File tree

1 file changed

+2
-2
lines changed
  • content/courses/advanced-ada/parts/data_types

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Unconstrained Arrays vs. Vectors
122122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123123

124124
If you need, however, the flexibility of increasing the length of an array, you
125-
could use vectors instead. This is how we could rewrite the previous example
126-
using vectors:
125+
could use the language-defined :ada:`Vector` type instead. This is how we could
126+
rewrite the previous example using vectors:
127127

128128
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Arrays.Array_Constraints.Unconstrained_Array_Type_Vs_Vector
129129

0 commit comments

Comments
 (0)