diff --git a/quantities/concepts.hpp b/quantities/concepts.hpp index 63997f722d..230d231e16 100644 --- a/quantities/concepts.hpp +++ b/quantities/concepts.hpp @@ -51,7 +51,7 @@ concept real_affine_space = affine_space; // std::integral || std::floating_point rather than // std::convertible_to because -// the former introduces ambiguities on Sign * Vector. +// the latter introduces ambiguities on Sign * Vector. template concept convertible_to_quantity = std::integral> ||