From 134b31ad9a68500c9d644434aaf72d9e2e239e8a Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 26 Aug 2024 21:31:27 +0200 Subject: [PATCH] orm fixtypo [skip ci] --- include/orm/tiny/model.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index e7b4a0fbe..7fbd46e1f 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -357,7 +357,7 @@ namespace Orm::Tiny /* Others */ /*! Qualify the given column name by the model's table. */ QString qualifyColumn(const QString &column) const; - /*! Determina whether the Derived Model extends the SoftDeletes. */ + /*! Determine whether the Derived Model extends the SoftDeletes. */ constexpr static bool extendsSoftDeletes(); /* Data members */