Skip to content

Commit 62ecbdc

Browse files
committed
Update introduction.rst
Use subjunctive: ... as if it is ... => ... as if it were ...
1 parent 40d287a commit 62ecbdc

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
@@ -154,7 +154,7 @@ assignment statements. However, if we pass that variable as the argument to a
154154
procedure call, within that subprogram (for that call) the view specifies a
155155
different name for the argument, i.e., the formal parameter name. Moreover, if
156156
that formal parameter is a mode-in parameter, within that procedure body the
157-
view of the actual parameter is as if it is a constant rather than a variable.
157+
view of the actual parameter is as if it were a constant rather than a variable.
158158
No assignments via the formal parameter name are allowed because the view at
159159
that point in the text |mdash| within that procedure body |mdash| doesn't allow
160160
them, unlike the view available at the point of the call.

0 commit comments

Comments
 (0)