From 56d0b6d4a232276048bed8c5dfb83c5fafdd4369 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 8 May 2020 22:57:21 +0200 Subject: [PATCH] Typo fixed --- src/include/units/concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.