Skip to content

Commit adea547

Browse files
committed
Grammar
1 parent 5fa109f commit adea547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lifetime/Abstracts/SynchronizedLifetimeManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public abstract class SynchronizedLifetimeManager : LifetimeManager, IDisposable
2727
private readonly object _lock = new object();
2828

2929
/// <summary>
30-
/// This field controlls how long the monitor will wait to
30+
/// This field controls how long the monitor will wait to
3131
/// enter the lock. It is <see cref="Timeout.Infinite"/> by default or number of
3232
/// milliseconds from 0 to 2147483647.
3333
/// </summary>

0 commit comments

Comments
 (0)