From 524c2574f2dd9b5bbefb8ab5bb691c637ffe5d64 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Sun, 25 Oct 2020 16:16:17 +0100 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ffdca58c..4a227b2c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `#[task_local]`, there must be only one task, similar to a task local resource, but (optionally) set-up by init. This is similar to move. -- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `externt "C" { #[task(..)] fn t(..); }`. +- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `extern "C" { #[task(..)] fn t(..); }`. ### Changed