Typo fixed

This commit is contained in:
Mateusz Pusz
2020-05-08 22:57:21 +02:00
parent 8d9680d2b4
commit 56d0b6d4a2

View File

@@ -267,7 +267,7 @@ concept not_constructible_from_integral =
std::regular_invocable<std::multiplies<>, std::int64_t, T>; // &&
// std::regular_invocable<std::divides<>, T, std::int64_t>; // TODO Uncomment when a bug in LA is fixed
} // namesapce detail
} // namespace detail
/**
* @brief A concept matching non-Quantity types.