mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-29 13:37:43 +00:00
spelling: synchronized
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
7442162cc0
commit
ad9f88c487
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user