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 5fa109f commit adea547Copy full SHA for adea547
src/Lifetime/Abstracts/SynchronizedLifetimeManager.cs
@@ -27,7 +27,7 @@ public abstract class SynchronizedLifetimeManager : LifetimeManager, IDisposable
27
private readonly object _lock = new object();
28
29
/// <summary>
30
- /// This field controlls how long the monitor will wait to
+ /// This field controls how long the monitor will wait to
31
/// enter the lock. It is <see cref="Timeout.Infinite"/> by default or number of
32
/// milliseconds from 0 to 2147483647.
33
/// </summary>
0 commit comments