From 80d869e13d79a9c8c5d2471c9d7f263c8a2903da Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 24 Sep 2023 19:43:58 +0200 Subject: [PATCH] docs: workind in one of the comments fixed --- src/core/include/mp-units/bits/quantity_point_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/bits/quantity_point_concepts.h b/src/core/include/mp-units/bits/quantity_point_concepts.h index 90a9e85b..df4b1a24 100644 --- a/src/core/include/mp-units/bits/quantity_point_concepts.h +++ b/src/core/include/mp-units/bits/quantity_point_concepts.h @@ -60,7 +60,7 @@ concept AbsolutePointOrigin = /** * @brief A concept matching all quantity points in the library * - * Satisfied by all types being a either specialization or derived from `quantity_point` + * Satisfied by all types being either a specialization or derived from `quantity_point` */ template concept QuantityPoint = detail::is_quantity_point;