Skip to content

Commit 31b0d65

Browse files
committed
docs: small changes to absolute quantities artcle based on feedback
1 parent 8898fd5 commit 31b0d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/blog/posts/introducing-absolute-quantities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Below is a summary table comparing the three main quantity abstractions:
5858

5959
| Feature | Point | Absolute | Delta |
6060
|----------------------|:----------------------:|:-----------------------:|:----------------------:|
61-
| **Physical Model** | Interval Scale | Ratio Scale | Vector / Difference |
61+
| **Physical Model** | Interval Scale | Ratio Scale | Difference |
6262
| **Example** | 20 °C, 100 m AMSL | 293.15 K, 100 kg | 10 K, -5 kg |
6363
| **Absolute Zero?** | No (Arbitrary Zero) | Yes (True Zero) | N/A |
6464
| **Allows Negative?** | Yes (-10 °C) | No (Opt-in) | Yes (-10 m) |
@@ -321,8 +321,8 @@ which will check the non-negativity precondition at runtime and may fail if the
321321
is negative. This approach ensures that negative results are always intentional and
322322
checked, increasing code safety.
323323

324-
**Adding an absolute quantity to a point** yields a point shifted by the given amount,
325-
and adding a delta to a point yields another point.
324+
**Adding an absolute quantity or delta to a point** yields a point shifted by the given
325+
amount.
326326

327327
Here is the summary of all the addition operations:
328328

0 commit comments

Comments
 (0)