diff --git a/source/libs/array/array/std-tuple_size.rst b/source/libs/array/array/std-tuple_size.rst index e40907bd..d1ab43c0 100644 --- a/source/libs/array/array/std-tuple_size.rst +++ b/source/libs/array/array/std-tuple_size.rst @@ -33,8 +33,8 @@ Examples using namespace sprout; using type = array; - SPROUT_STATIC_CONSTEXPR auto size = std::tuple_size::value; - static_assert(size == 10, "tuple size of array is 10."); + SPROUT_STATIC_CONSTEXPR auto n = std::tuple_size::value; + static_assert(n == 10, "tuple size of array is 10."); Header ========================================