From 0021e66651fa22c77ac7c8cfac67464b8fb4b6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 7 Sep 2020 22:28:25 -0400 Subject: [PATCH] style: complete section name --- src/include/units/concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/units/concepts.h b/src/include/units/concepts.h index cbf822a0..7ef8cbb8 100644 --- a/src/include/units/concepts.h +++ b/src/include/units/concepts.h @@ -201,7 +201,7 @@ concept UnitOf = Dimension && std::same_as::reference>; -// Quantity +// Quantity, QuantityPoint namespace detail { template