diff --git a/src/Nito.AsyncEx.Coordination/AsyncReaderWriterLock.cs b/src/Nito.AsyncEx.Coordination/AsyncReaderWriterLock.cs
index 8c4e8dd..e1e9412 100644
--- a/src/Nito.AsyncEx.Coordination/AsyncReaderWriterLock.cs
+++ b/src/Nito.AsyncEx.Coordination/AsyncReaderWriterLock.cs
@@ -221,7 +221,7 @@ public IDisposable WriterLock(CancellationToken cancellationToken)
}
///
- /// Asynchronously acquires the lock as a writer. Returns a disposable that releases the lock when disposed. This method may block the calling thread.
+ /// Synchronously acquires the lock as a writer. Returns a disposable that releases the lock when disposed. This method may block the calling thread.
///
/// A disposable that releases the lock when disposed.
public IDisposable WriterLock()