Commit a795f497 authored by Pranav Thulasiram Bhat's avatar Pranav Thulasiram Bhat Committed by Facebook GitHub Bot

Fix doc in SharedMutex

Summary: Correct typo

Reviewed By: lewissbaker

Differential Revision: D20544820

fbshipit-source-id: f9edffd0a44448fd558b3e659585044f9be81035
parent e8fe8fc4
......@@ -163,7 +163,7 @@ class SharedMutexFair {
/// .unlock_shared() to release the lock.
[[nodiscard]] LockOperation<LockSharedAwaiter> co_lock_shared() noexcept;
/// Asynchronously acquire an exclusive lock on the mutex and return an object
/// Asynchronously acquire a shared lock on the mutex and return an object
/// that will release the lock when it goes out of scope.
///
/// Returns a SemiAwaitable<std::shared_lock<SharedMutexFair>> that, once
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment