Skip to content

Commit c326a45

Browse files
committed
Fix comment
1 parent c9fceec commit c326a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DuckDB.NET.Data/DuckDBCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class DuckDBCommand : DbCommand
2626

2727
/// <summary>
2828
/// A flag to determine whether to use streaming mode or not when executing a query. Defaults to false.
29-
/// In streaming mode DuckDB will use less RAM but query execution might be slower. Applies only queries that return a result-set.
29+
/// In streaming mode DuckDB will use less RAM but query execution might be slower. Applies only to queries that return a result-set.
3030
/// </summary>
3131
/// <remarks>
3232
/// Streaming mode uses `duckdb_execute_prepared_streaming` and `duckdb_stream_fetch_chunk`, non-streaming (materialized) mode uses `duckdb_execute_prepared` and `duckdb_result_get_chunk`.

0 commit comments

Comments
 (0)