From 5f1c53dcd856b8eb22a669b6ccf17d21aa876ab7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 30 Sep 2024 18:57:42 +0200 Subject: [PATCH] docs: typo fixed in the "`iec80000` system renamed to `iec`" chapter of the 2.3.0 announcement --- docs/blog/posts/2.3.0-released.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/2.3.0-released.md b/docs/blog/posts/2.3.0-released.md index 26e37175..d1a0bc2b 100644 --- a/docs/blog/posts/2.3.0-released.md +++ b/docs/blog/posts/2.3.0-released.md @@ -455,8 +455,9 @@ As we mentioned IEC already, in this release, we decided to rename the name of t corresponding namespace from `iec80000` to `iec` (:boom: **breaking change** :boom:). This involves renaming of a defining header file and of the namespace it provides. -Wit this change it should be easier to type and is more correct for some quantities and units that -are introduced by IEC but not necessarily in the ISO/IEC 80000 series of documents (e.g., `iec::var`). +With this change it should be easier to type the namespace name. This name is also more correct +for some quantities and units that are introduced by IEC but not necessarily in the ISO/IEC 80000 +series of documents (e.g., `iec::var`). !!! note