Skip to content

Commit

Permalink
orm fixtypo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Aug 26, 2024
1 parent d172d7b commit 134b31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orm/tiny/model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 134b31a

Please sign in to comment.