Skip to content

Commit

Permalink
drivers fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 6, 2024
1 parent 1d6e9a0 commit 0c83c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/common/include/orm/drivers/sqldriver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace Orm::Drivers
BatchOperations,
/*! Supports BLOB-s fields (Binary Large Objects). */
BLOB,
/*! Supports cancelling a running query (unused, for API compatibility). */
/*! Supports canceling a running query (unused, for API compatibility). */
CancelQuery,
/*! Supports database event notifications (unused, for API compatibility). */
EventNotifications,
Expand Down

0 comments on commit 0c83c9e

Please sign in to comment.