From f90f1feb88c3c27069f9656af5b179270e75752d Mon Sep 17 00:00:00 2001 From: gusthoff Date: Fri, 11 Oct 2024 22:30:01 +0200 Subject: [PATCH] Editorial change: missing word --- content/courses/advanced-ada/parts/data_types/records.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/courses/advanced-ada/parts/data_types/records.rst b/content/courses/advanced-ada/parts/data_types/records.rst index 79e4b0dd3..35a9dae6f 100644 --- a/content/courses/advanced-ada/parts/data_types/records.rst +++ b/content/courses/advanced-ada/parts/data_types/records.rst @@ -2392,7 +2392,7 @@ Running the code now generates a runtime exception: raised CONSTRAINT_ERROR : unconstrained_types.adb:12 discriminant check failed -This exception is raised during the call to :ada:`Reset (R2)`. As see in the +This exception is raised during the call to :ada:`Reset (R2)`. As we see in the code, :ada:`R2` is constrained. Also, its :ada:`Extended` discriminant is set to :ada:`False`, which means that it doesn't have the :ada:`V_Float` component. Therefore, :ada:`R2` is not compatible with the constant