Skip to content

Commit 2e272d6

Browse files
committed
Fix typo in docs
1 parent eabda2e commit 2e272d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use core::{
2828
/// Allows creating read-only and write-only `Volatile` values.
2929
pub mod access;
3030

31-
/// Wraps a reference to make accesses to referenced value volatile.
31+
/// Wraps a reference to make accesses to the referenced value volatile.
3232
///
3333
/// Allows volatile reads and writes on the referenced value. The referenced value needs to
3434
/// be `Copy` for reading and writing, as volatile reads and writes take and return copies

0 commit comments

Comments
 (0)