style: fix grammar of comment

Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
This commit is contained in:
Johel Ernesto Guerrero Peña
2024-01-06 08:51:00 +01:00
committed by Mateusz Pusz
parent 7aa0690246
commit b5a7b815ba

View File

@@ -29,5 +29,5 @@
// This header is intentionally empty and just include other headers // This header is intentionally empty and just include other headers
// `math.h` is just a convenience wrapper for not modular code // `math.h` is just a convenience wrapper for not modular code
// With C++20 modules: // 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 // - math_si and math_angular is provided with the mp_units.systems module