Rust is a proper name: rust → Rust

This commit is contained in:
Ralf Jung
2024-03-06 20:21:00 +01:00
parent aa029ce4d8
commit 1a2bc1102d
12 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ use core::task::{Context, Poll};
///
/// Certain constructs like [`Future`]s can only be used with _exclusive_ access,
/// and are often `Send` but not `Sync`, so `Exclusive` can be used as hint to the
/// rust compiler that something is `Sync` in practice.
/// Rust compiler that something is `Sync` in practice.
///
/// ## Examples
/// Using a non-`Sync` future prevents the wrapping struct from being `Sync`