diff --git a/docs/blog/posts/introducing-absolute-quantities.md b/docs/blog/posts/introducing-absolute-quantities.md index a651b960..f7c7fe7c 100644 --- a/docs/blog/posts/introducing-absolute-quantities.md +++ b/docs/blog/posts/introducing-absolute-quantities.md @@ -144,7 +144,7 @@ quantity> m13 = m1 - m3; // delta quantity (e.g., may be quantity> m23 = m2 - m3; // delta quantity (e.g., may be negative) ``` -With the above, the previous examples may be refactored to: +With the above, the initial example may be refactored to: ```cpp quantity m1 = 2 * kg;