From 57bdb0286c7529db3b39bb0a4af1ea3392d10cd2 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 19 Dec 2022 19:54:32 +0100 Subject: [PATCH] fixtypo --- include/orm/tiny/relations/concerns/interactswithpivottable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/relations/concerns/interactswithpivottable.hpp b/include/orm/tiny/relations/concerns/interactswithpivottable.hpp index c2048b2d9..0179f332d 100644 --- a/include/orm/tiny/relations/concerns/interactswithpivottable.hpp +++ b/include/orm/tiny/relations/concerns/interactswithpivottable.hpp @@ -247,7 +247,7 @@ namespace Concerns /*! Obtain ids from the Related models. */ QVector getRelatedIds(const QVector> &models) const; - /*! Obtain ids from the QVector. */ + /*! Obtain ids from the vector of pivot models. */ QVector getRelatedIds(const QVector &pivots) const;