From 1f5253eb35b6324a2f3a7d1e8a3ebda7e5bcb122 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 6 Dec 2023 16:48:25 +0100 Subject: [PATCH] fixtypo --- include/orm/utils/type.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/utils/type.hpp b/include/orm/utils/type.hpp index b245e354e..79b960e29 100644 --- a/include/orm/utils/type.hpp +++ b/include/orm/utils/type.hpp @@ -36,7 +36,7 @@ TINYORM_BEGIN_COMMON_NAMESPACE namespace Orm::Utils { - /*! Library class for types. */ + /*! Types library class. */ class SHAREDLIB_EXPORT Type { Q_DISABLE_COPY_MOVE(Type)