File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -833,15 +833,15 @@ $(CONSOLE
833833 be allocated for it on the heap instead of the stack.
834834 )
835835
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
837837 exceptions did not originate from the delegate. The user would expect
838838 exceptions thrown from a `foreach` body to both terminate the loop, and propagate outside
839839 the `foreach` body.
840840 )
841841
842842$(H4 $(LNAME2 template-op-apply, Template `opApply`))
843843
844- $(P `opApply` and `opApplyReverse` can also be a function templates,
844+ $(P `opApply` and `opApplyReverse` can also be function templates,
845845 which can optionally infer the types of parameters based on the $(I ForeachStatement).
846846 )
847847
You can’t perform that action at this time.
0 commit comments