Skip to content

Commit ef2e1e7

Browse files
committed
Minor change: add missing word
1 parent 124eb2b commit ef2e1e7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ we're constraining the type to a range from 1 to 10 and requiring that the
731731
first component must have a value of 2.0.
732732

733733
Note that we cannot set the default component value for array subtypes |mdash|
734-
only type declarations are allowed to use that.
734+
only type declarations are allowed to use that facility.
735735

736736
Let's use these subtypes in a test application:
737737

0 commit comments

Comments
 (0)