Skip to content

Commit 59462f1

Browse files
author
Macklan Weinstein
authored
Fix small spelling mistake in October 2020 post (#29)
1 parent 513fc2f commit 59462f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/this-month/2020-10/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Thanks to [@toku-sa-n](https://github.com/toku-sa-n) for their contribution! We
4646

4747
The `volatile` crate provides a safe wrapper type for implementing volatile read and write operations. This is useful for accessing memory regions that have side-effects, such as memory-mapped hardware registers or framebuffers.
4848

49-
In October, we published a new version to fix the crate's `unstable` feature on newer Rust nighlies:
49+
In October, we published a new version to fix the crate's `unstable` feature on newer Rust nightlies:
5050

5151
- [Change `slice::check_range` to `RangeBounds::assert_len`](https://github.com/rust-osdev/volatile/pull/16) <span class="gray">(published as `v0.4.2`)</span>
5252

0 commit comments

Comments
 (0)