diff --git a/docs/users_guide/framework_basics/concepts.md b/docs/users_guide/framework_basics/concepts.md index 494675a6..5d3a0ef9 100644 --- a/docs/users_guide/framework_basics/concepts.md +++ b/docs/users_guide/framework_basics/concepts.md @@ -84,6 +84,8 @@ and when `T` is implicitly convertible to `V`. - [Derived unnamed units](../../appendix/glossary.md#derived-unit) being a result of a [unit equations](../../appendix/glossary.md#unit-equation) on other units. +All of the above units have to be marked as `final`. + !!! note In the **mp-units** library, [physical constants are also implemented as units](faster_than_lightspeed_constants.md).