chore: Remove redundant words in comment (#2309)

remove redundant words in comment

Signed-off-by: liangmulu <liangmulu@outlook.com>
This commit is contained in:
Hanlu
2025-07-09 19:11:49 +08:00
committed by GitHub
parent 907bd7a58f
commit e664f0b9ce
3 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ public:
connect() const;
/**
* @brief Connect to the the specified keyspace asynchronously.
* @brief Connect to the specified keyspace asynchronously.
*
* @param keyspace The keyspace to use
* @return A future
@@ -137,7 +137,7 @@ public:
disconnect() const;
/**
* @brief Reconnect to the the specified keyspace asynchronously.
* @brief Reconnect to the specified keyspace asynchronously.
*
* @param keyspace The keyspace to use
* @return A future

View File

@@ -32,7 +32,7 @@ namespace migration {
*/
struct MigrationManagerInterface : virtual public MigrationInspectorInterface {
/**
* @brief Run the the migration according to the given migrator's name
* @brief Run the migration according to the given migrator's name
*/
virtual void
runMigration(std::string const&) = 0;

View File

@@ -56,7 +56,7 @@ public:
}
/**
* @brief Run the the migration according to the given migrator's name
* @brief Run the migration according to the given migrator's name
*
* @param name The name of the migrator
*/