mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 10:57:16 +02:00
docs: update phrasing in introducing absolute quantities post for clarity
This commit is contained in:
@ -144,7 +144,7 @@ quantity<delta<isq::mass>> m13 = m1 - m3; // delta quantity (e.g., may be
|
|||||||
quantity<delta<isq::mass>> m23 = m2 - m3; // delta quantity (e.g., may be negative)
|
quantity<delta<isq::mass>> 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
|
```cpp
|
||||||
quantity m1 = 2 * kg;
|
quantity m1 = 2 * kg;
|
||||||
|
Reference in New Issue
Block a user