File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -833,15 +833,15 @@ $(CONSOLE
833
833
be allocated for it on the heap instead of the stack.
834
834
)
835
835
836
- $(P $(B Important:) If apply functions catch any exceptions, ensure that those
836
+ $(P $(B Important:) If an apply function catches any exceptions, ensure that those
837
837
exceptions did not originate from the delegate. The user would expect
838
838
exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
839
839
the `foreach` body.
840
840
)
841
841
842
842
$(H4 $(LNAME2 template-op-apply, Template `opApply`))
843
843
844
- $(P `opApply` and `opApplyReverse` can also be a function templates,
844
+ $(P `opApply` and `opApplyReverse` can also be function templates,
845
845
which can optionally infer the types of parameters based on the $(I ForeachStatement).
846
846
)
847
847
You can’t perform that action at this time.
0 commit comments