diff --git a/src/include/units/concepts.h b/src/include/units/concepts.h index 340f7d66..ffd729f0 100644 --- a/src/include/units/concepts.h +++ b/src/include/units/concepts.h @@ -267,7 +267,7 @@ concept not_constructible_from_integral = std::regular_invocable, std::int64_t, T>; // && // std::regular_invocable, T, std::int64_t>; // TODO Uncomment when a bug in LA is fixed -} // namesapce detail +} // namespace detail /** * @brief A concept matching non-Quantity types.