From f8f5c0b34d6b59505206ea9fed47902b89492d7e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 6 Jun 2024 13:49:53 +0200 Subject: [PATCH] docs: `Unit` concept updated with `final` --- docs/users_guide/framework_basics/concepts.md | 2 ++ 1 file changed, 2 insertions(+) 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).