From b080c8fd212948b2c0f629282c218508b26c4663 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 17 Jun 2025 08:34:55 +0200 Subject: [PATCH] docs: update phrasing in introducing absolute quantities post for clarity --- docs/blog/posts/introducing-absolute-quantities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;