Skip to content

Commit d09ce04

Browse files
committed
fix: typo
1 parent 64804c9 commit d09ce04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/cpp/sqliteExecuteBatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SQLiteOperationResult sqliteExecuteBatch(const std::string& dbName, const std::v
4444
for (int i = 0; i < commandCount; i++) {
4545
const auto command = commands.at(i);
4646

47-
// We do not provide a datas tructure to receive query data because we don't need/want to handle this results in a batch execution
47+
// We do not provide a data structure to receive query data because we don't need/want to handle these results in a batch execution
4848
auto results = SQLiteQueryResults();
4949
auto metadata = std::optional<SQLiteQueryTableMetadata>(std::nullopt);
5050
try {

0 commit comments

Comments
 (0)