From 1846f75f813e89003781112973cf4e1fe075f951 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 2 Aug 2019 11:12:27 +0200 Subject: [PATCH] Small grammar fix --- blog/content/status-update/2019-08-01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/status-update/2019-08-01.md b/blog/content/status-update/2019-08-01.md index 9132b81a..d743328f 100644 --- a/blog/content/status-update/2019-08-01.md +++ b/blog/content/status-update/2019-08-01.md @@ -7,7 +7,7 @@ This post gives an overview of the recent updates to the _Writing an OS in Rust_ Since I'm still very busy with my master thesis, I haven't had the time to work on a new post. But there were quite a few maintenance updates this month and also a few new features such as the new `OffsetPageTable` type in the `x86_64` crate. -We also had some great contributions this month. Thanks to the efforts of [@64](https://github.com/64), we were able to considerably lower the compile times of the `x86_64` and `bootloader` crates. Thanks to [@Aehmlo](https://github.com/Aehmlo), the `cargo-xbuild` now has a `cargo xdoc` subcommands and support for the `cargo {c, b, t, r}` aliases. +We also had some great contributions this month. Thanks to the efforts of [@64](https://github.com/64), we were able to considerably lower the compile times of the `x86_64` and `bootloader` crates. Thanks to [@Aehmlo](https://github.com/Aehmlo), the `cargo-xbuild` crate now has a `cargo xdoc` subcommands and support for the `cargo {c, b, t, r}` aliases. The following list gives a short overview of notable changes to the different projects.