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