mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
tom fixtypo
This commit is contained in:
@@ -23,7 +23,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace)
|
||||
/*! Build the database manager instance and add a database connection. */
|
||||
std::shared_ptr<DatabaseManager> setupManager();
|
||||
|
||||
/*! c++ main function. */
|
||||
/*! C++ main function. */
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
try {
|
||||
|
||||
@@ -39,7 +39,7 @@ using namespace Seeders; // NOLINT(google-build-using-namespace)
|
||||
/*! Build the database manager instance and add a database connection. */
|
||||
std::shared_ptr<DatabaseManager> setupManager();
|
||||
|
||||
/*! c++ main function. */
|
||||
/*! C++ main function. */
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user