docs: fix formatting in introducing absolute quantities post

This commit is contained in:
Mateusz Pusz
2025-06-17 16:21:53 +02:00
parent 1d9a7c28fe
commit 1b4c1f9134

View File

@ -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<K>(300);
quantity temp2 = point<K>(300);
quantity temp3 = temp2 - temp1; // Point
// quantity temp4 = temp1 - temp2; // Compile-time error
quantity temp5 = temp1 - temp2.absolute(); // Delta