diff --git a/content/docs/practices/naming.md b/content/docs/practices/naming.md index efa72daf0..d24a684c0 100644 --- a/content/docs/practices/naming.md +++ b/content/docs/practices/naming.md @@ -75,7 +75,7 @@ The list is not exhaustive. | Family | Base unit | Remark | | -------| --------- | ------ | | Time | seconds | | -| Temperature | celsius | _celsius_ is preferred over _kelvin_ for practical reasons. | +| Temperature | celsius | _celsius_ is preferred over _kelvin_ for practical reasons. _kelvin_ is acceptable as a base unit in special cases like color temperature or where temperature has to be absolute. | | Length | meters | | | Bytes | bytes | | | Bits | bytes | To avoid confusion combining different metrics, always use _bytes_, even where _bits_ appear more common. |