From b5a7b815bafa4ad4dd6f51b42db5b4823232853e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sat, 6 Jan 2024 08:51:00 +0100 Subject: [PATCH] style: fix grammar of comment Co-authored-by: Mateusz Pusz --- src/utility/include/mp-units/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility/include/mp-units/math.h b/src/utility/include/mp-units/math.h index c8d9dce2..53743dee 100644 --- a/src/utility/include/mp-units/math.h +++ b/src/utility/include/mp-units/math.h @@ -29,5 +29,5 @@ // This header is intentionally empty and just include other headers // `math.h` is just a convenience wrapper for not modular code // With C++20 modules: -// - math_core is be a part of the mp_units.core module +// - math_core is a part of the mp_units.core module // - math_si and math_angular is provided with the mp_units.systems module