Skip to content

Commit f90f1fe

Browse files
committed
Editorial change: missing word
1 parent 6fa888e commit f90f1fe

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/records.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,7 @@ Running the code now generates a runtime exception:
23922392

23932393
raised CONSTRAINT_ERROR : unconstrained_types.adb:12 discriminant check failed
23942394

2395-
This exception is raised during the call to :ada:`Reset (R2)`. As see in the
2395+
This exception is raised during the call to :ada:`Reset (R2)`. As we see in the
23962396
code, :ada:`R2` is constrained. Also, its :ada:`Extended` discriminant is set
23972397
to :ada:`False`, which means that it doesn't have the :ada:`V_Float`
23982398
component. Therefore, :ada:`R2` is not compatible with the constant

0 commit comments

Comments
 (0)