Change a noun to a verb to make the sentence complete
This commit is contained in:
parent
46d33043d5
commit
fa0f1d3e53
@ -11,7 +11,7 @@ declare_clippy_lint! {
|
||||
/// non-async-aware MutexGuard.
|
||||
///
|
||||
/// **Why is this bad?** The Mutex types found in syd::sync and parking_lot
|
||||
/// are not designed to operator in an async context across await points.
|
||||
/// are not designed to operate in an async context across await points.
|
||||
///
|
||||
/// There are two potential solutions. One is to use an asynx-aware Mutex
|
||||
/// type. Many asynchronous foundation crates provide such a Mutex type. The
|
||||
|
Loading…
x
Reference in New Issue
Block a user