From 9b3d602208ba93cd7a24aac54747ef202e54ae14 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 6 Jul 2023 10:33:02 +0200 Subject: [PATCH] updated comment --- include/orm/tiny/tinytypes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/tinytypes.hpp b/include/orm/tiny/tinytypes.hpp index d019de482..8eb968787 100644 --- a/include/orm/tiny/tinytypes.hpp +++ b/include/orm/tiny/tinytypes.hpp @@ -51,7 +51,7 @@ namespace Types template using ModelsCollection = Types::ModelsCollection; - /*! The type in which the relationships are stored. */ + /*! Alias for the type in which the relationships are stored. */ template using RelationsType = std::variant...,