diff --git a/docs/framework/units.rst b/docs/framework/units.rst index 86dd0e1b..9e00b7ee 100644 --- a/docs/framework/units.rst +++ b/docs/framework/units.rst @@ -193,7 +193,7 @@ namely second. Those can be defined easily in the library using struct minute : named_scaled_unit {}; struct hour : named_scaled_unit {}; - struct day : named_scaled_unit {}; + struct day : named_scaled_unit {}; where `no_prefix` is a special tag type describing that the library should not allow to define a new prefixed unit that would use this unit as a