From 9a270de16c21dc74a700f434bd426c1701535776 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 28 Apr 2025 15:22:47 +0200 Subject: [PATCH] docs: typo in comments fixed --- src/core/include/mp-units/framework/customization_points.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/framework/customization_points.h b/src/core/include/mp-units/framework/customization_points.h index 2d7d09df..430f7b9e 100644 --- a/src/core/include/mp-units/framework/customization_points.h +++ b/src/core/include/mp-units/framework/customization_points.h @@ -47,7 +47,7 @@ MP_UNITS_EXPORT_BEGIN * @brief Specifies if a value of a type should be treated as a floating-point value * * This type trait should be specialized for a custom representation type to specify - * that values fo this type should be treated by the library as a floating-point ones + * that values of this type should be treated by the library as a floating-point ones * which will enable implicit conversions between quantities. * * @tparam Rep a representation type for which a type trait is defined