Skip to content

Commit 89c64cd

Browse files
committed
docs: wavelength removed from quantity kind safety
1 parent 45af17a commit 89c64cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting_started/safety_features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Examples of quantities with same dimension but different kinds:
141141
- **Frequency (Hz)** and **Activity (Bq)**: Both `1/time`
142142
- **Plane angle (rad)** and **Solid angle (sr)**: Both dimensionless
143143
- **Area (m²)** and **Fuel consumption (L/100km)**: Both `length²` (dimension L²)
144-
- **Distance (m)** and **Wavelength (m)**: Both `length`
145144

146145
!!! important
147146

@@ -243,6 +242,8 @@ for differences.
243242

244243
To dive deeper into **mp-units** safety features:
245244

245+
- **[Understanding Safety Levels (Blog)](../blog/posts/understanding-safety-levels.md)** -
246+
In-depth analysis, library comparisons, and why safety matters for C++ standardization
246247
- [Simple and Typed Quantities](../users_guide/framework_basics/simple_and_typed_quantities.md) -
247248
Choose your level of type safety
248249
- [Systems of Quantities](../users_guide/framework_basics/systems_of_quantities.md) -

0 commit comments

Comments
 (0)