Skip to content

Commit 389a6e4

Browse files
authored
Update CONTRIBUTING.md
1 parent 8db6d2e commit 389a6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ for (int i = 0; i<=1; i++)
2424

2525
}
2626

27-
foreach (Type variable = new Type())
27+
foreach (Type variable in new Type())
2828
{
2929

3030
}
3131

32-
foreach (var variable = new Dictionary<string, string>().keys)
32+
foreach (var variable in new Dictionary<string, string>().keys)
3333
{
3434

3535
}

0 commit comments

Comments
 (0)