Skip to content

Commit b3c21e7

Browse files
authored
Update introduction.rst
Use subjunctive: ... as if it is ... => ... as if it were ...
1 parent aa2be1a commit b3c21e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/ada-idioms/chapters/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ assignment statements. However, if we pass that variable as the argument to a
161161
procedure call, within that subprogram (for that call) the view specifies a
162162
different name for the argument, i.e., the formal parameter name. Moreover, if
163163
that formal parameter is a mode-in parameter, within that procedure body the
164-
view of the actual parameter is as if it is a constant rather than a variable.
164+
view of the actual parameter is as if it were a constant rather than a variable.
165165
No assignments via the formal parameter name are allowed because the view at
166166
that point in the text |mdash| within that procedure body |mdash| doesn't allow
167167
them, unlike the view outside the body.

0 commit comments

Comments
 (0)