Missing semicolon. (#28845)
* Missing semicolon. A line of code was missing a semicolon. * fix: changed sh to shell
This commit is contained in:
committed by
Randell Dawson
parent
75cbb52dbd
commit
49d4d9876a
@@ -14,7 +14,7 @@ foreach (element in iterable-item)
|
||||
// body of foreach loop
|
||||
}
|
||||
|
||||
List<string> Names = new List<string>{ "Jim", "Jane", "Jack" }
|
||||
List<string> Names = new List<string>{ "Jim", "Jane", "Jack" };
|
||||
|
||||
foreach(string name in Names)
|
||||
{
|
||||
|
Reference in New Issue
Block a user