Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 7, 2023
1 parent d59bff8 commit 9b3d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orm/tiny/tinytypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Types
template<typename Model>
using ModelsCollection = Types::ModelsCollection<Model>;

/*! The type in which the relationships are stored. */
/*! Alias for the type in which the relationships are stored. */
template<AllRelationsConcept ...AllRelations>
using RelationsType = std::variant<std::monostate,
ModelsCollection<AllRelations>...,
Expand Down

0 comments on commit 9b3d602

Please sign in to comment.