Skip to content

Commit

Permalink
Editorial change: missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
gusthoff committed Oct 11, 2024
1 parent 6fa888e commit f90f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/courses/advanced-ada/parts/data_types/records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f90f1fe

Please sign in to comment.