We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa888e commit f90f1feCopy full SHA for f90f1fe
content/courses/advanced-ada/parts/data_types/records.rst
@@ -2392,7 +2392,7 @@ Running the code now generates a runtime exception:
2392
2393
raised CONSTRAINT_ERROR : unconstrained_types.adb:12 discriminant check failed
2394
2395
-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
2396
code, :ada:`R2` is constrained. Also, its :ada:`Extended` discriminant is set
2397
to :ada:`False`, which means that it doesn't have the :ada:`V_Float`
2398
component. Therefore, :ada:`R2` is not compatible with the constant
0 commit comments