From ef2e1e70bd0aa949dec5382d91486626bd931a52 Mon Sep 17 00:00:00 2001 From: gusthoff Date: Fri, 25 Oct 2024 01:34:27 +0200 Subject: [PATCH] Minor change: add missing word --- content/courses/advanced-ada/parts/data_types/arrays.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/advanced-ada/parts/data_types/arrays.rst b/content/courses/advanced-ada/parts/data_types/arrays.rst index 6811d9019..19e7aa3dd 100644 --- a/content/courses/advanced-ada/parts/data_types/arrays.rst +++ b/content/courses/advanced-ada/parts/data_types/arrays.rst @@ -731,7 +731,7 @@ we're constraining the type to a range from 1 to 10 and requiring that the first component must have a value of 2.0. Note that we cannot set the default component value for array subtypes |mdash| -only type declarations are allowed to use that. +only type declarations are allowed to use that facility. Let's use these subtypes in a test application: