We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ff66e commit b192532Copy full SHA for b192532
spec/statement.dd
@@ -745,7 +745,7 @@ $(GNAME OpApplyParameter):
745
Above, `opApply` is matched both when `i` is and is not `ref`, so by using
746
a `ref` delegate parameter, both forms are supported.
747
748
- Stating the type of the variable like in the first loop is optional,
+ Stating the type of the variable (as in the first loop) is optional,
749
as is showcased in the second loop, where the type is inferred.
750
)
751
0 commit comments