diff --git a/core/samples/reflection/traits/array/main.cpp b/core/samples/reflection/traits/array/main.cpp index 8f29b5519c..a971feda00 100644 --- a/core/samples/reflection/traits/array/main.cpp +++ b/core/samples/reflection/traits/array/main.cpp @@ -19,7 +19,7 @@ void printArray(const Type& type, const void* instance) /// [Getting array elements] if (!arrayTrait.elementType().is()) { - CUBOS_INFO("This function does not support printing arrays of types other than int"); + CUBOS_INFO("This function does not support printing arrays of types other than int32_t"); return; }