mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
spelling: synchronized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Microsoft.Plugin.Program.UnitTests.Storage
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Assert that this does not throw. Collections that aren't syncronized will throw an invalidoperatioexception if the list is modified while enumerating
|
// Assert that this does not throw. Collections that aren't synchronized will throw an invalidoperatioexception if the list is modified while enumerating
|
||||||
await Task.WhenAll(new Task[] { iterationTask, addTask }).ConfigureAwait(false);
|
await Task.WhenAll(new Task[] { iterationTask, addTask }).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ namespace Microsoft.Plugin.Program.UnitTests.Storage
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Assert that this does not throw. Collections that aren't syncronized will throw an invalidoperatioexception if the list is modified while enumerating
|
// Assert that this does not throw. Collections that aren't synchronized will throw an invalidoperatioexception if the list is modified while enumerating
|
||||||
await Task.WhenAll(new Task[] { iterationTask, addTask }).ConfigureAwait(false);
|
await Task.WhenAll(new Task[] { iterationTask, addTask }).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user