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 */