From 71d79aeab0e339eae3be9d44611ab602e43a2a77 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 6 Apr 2021 16:23:54 +0200 Subject: [PATCH] docs: reference to dimension of speed fixed in "Derived Unnamed Units" chapter --- 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 847caa66..ecded34a 100644 --- a/docs/framework/units.rst +++ b/docs/framework/units.rst @@ -146,7 +146,7 @@ where ``kilogram_metre_per_second`` is defined as:: struct kilogram_metre_per_second : unit {}; However, the easiest way to define momentum is just to use the -``si::speed`` derived dimension in the recipe: +``si::dim_speed`` derived dimension in the recipe: .. code-block:: :emphasize-lines: 3