From 08b9b1f3f02d2272e90331efc4faa2729eb05460 Mon Sep 17 00:00:00 2001 From: Sosthene-Guedon <51865119+Sosthene-Guedon@users.noreply.github.com> Date: Thu, 4 Feb 2021 10:44:22 +0100 Subject: [PATCH] Fix typo stabiliing -> stabilising --- posts/inside-rust/2021-02-03-lang-team-feb-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2021-02-03-lang-team-feb-update.md b/posts/inside-rust/2021-02-03-lang-team-feb-update.md index 6c6851667..a13e9e1e1 100644 --- a/posts/inside-rust/2021-02-03-lang-team-feb-update.md +++ b/posts/inside-rust/2021-02-03-lang-team-feb-update.md @@ -31,7 +31,7 @@ Did you know that you can see the lang team's active projects on our [project bo * continued progress on the implementation, things are going well * we will likely add a `capture!` macro to use for migration; it would force the capture of a particular local variable (and not some subpath of it) * inline assembly - * we are investigating stabiliing inline assembly for certain architectures (but not all) + * we are investigating stabilising inline assembly for certain architectures (but not all) ## Upcoming design meetings