Skip to content

Commit 5731f8a

Browse files
alambberkaysynnada
andcommitted
Update datafusion-examples/examples/thread_pools.rs
Co-authored-by: Berkay Şahin <[email protected]>
1 parent b0578fe commit 5731f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-examples/examples/thread_pools.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async fn main() -> Result<()> {
7272

7373
/// Run queries directly on the current tokio `Runtime`
7474
///
75-
/// This is now most examples in DataFusion are written and works well for
75+
/// This is how most examples in DataFusion are written and works well for
7676
/// development and local query processing.
7777
async fn same_runtime(ctx: &SessionContext, sql: &str) -> Result<()> {
7878
// Calling .sql is an async function as it may also do network

0 commit comments

Comments
 (0)