From 291314fbb743b2025475732480efb8251d534a95 Mon Sep 17 00:00:00 2001 From: Aleksei Latyshev Date: Sun, 17 Apr 2022 23:49:19 +0300 Subject: [PATCH] docs: fix typo in units.rst --- docs/framework/units.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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