We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabda2e commit 2e272d6Copy full SHA for 2e272d6
src/lib.rs
@@ -28,7 +28,7 @@ use core::{
28
/// Allows creating read-only and write-only `Volatile` values.
29
pub mod access;
30
31
-/// Wraps a reference to make accesses to referenced value volatile.
+/// Wraps a reference to make accesses to the referenced value volatile.
32
///
33
/// Allows volatile reads and writes on the referenced value. The referenced value needs to
34
/// be `Copy` for reading and writing, as volatile reads and writes take and return copies
0 commit comments