diff --git a/docs/blog/posts/introducing-absolute-quantities.md b/docs/blog/posts/introducing-absolute-quantities.md index 7b2feff7..aac9bde0 100644 --- a/docs/blog/posts/introducing-absolute-quantities.md +++ b/docs/blog/posts/introducing-absolute-quantities.md @@ -205,7 +205,7 @@ may be obtained by subtracting a delta from absolute quantity or absolute quanti ```cpp quantity temp1 = 270 * K; - quantity temp2 = point(300); + quantity temp2 = point(300); quantity temp3 = temp2 - temp1; // Point // quantity temp4 = temp1 - temp2; // Compile-time error quantity temp5 = temp1 - temp2.absolute(); // Delta