Skip to content

Commit 95d7ec7

Browse files
committed
Fix a typo
1 parent 1d78879 commit 95d7ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-05-26-Rust-1.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ the `std::panic` module, described earlier, but there's a lot more too:
171171

172172
* Raw pointers gained `as_ref()` and `as_mut()`, which returns an `Option<&T>`,
173173
translating null pointers into `None`.
174-
* `ptr::{read,write}_volitile()` allow for volitile reading and writing from a
174+
* `ptr::{read,write}_volitile()` allow for volatile reading and writing from a
175175
raw pointer.
176176

177177
Finally, many of the types in `libcore` did not contain a `Debug`

0 commit comments

Comments
 (0)