From d5fe878ce55b2e56f5ffe55c1bba63201ef85fc1 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 8 Feb 2024 20:34:23 +0100 Subject: [PATCH] gccrs: add period at the end of sentence Signed-off-by: Miguel Ojeda --- src/gccrs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gccrs.md b/src/gccrs.md index 3510c40..44d4404 100644 --- a/src/gccrs.md +++ b/src/gccrs.md @@ -8,7 +8,7 @@ While `gccrs` is not yet able to compile Rust code, it is progressing fast — w Once that milestone is achieved, we will begin catching up to the Rust version used by Rust-for-Linux — in the hopes of being useful quickly! -You can follow the project's progress on [our blog](https://rust-gcc.github.io) +You can follow the project's progress on [our blog](https://rust-gcc.github.io). ## References