We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d7adb commit e7d07d8Copy full SHA for e7d07d8
datafusion-examples/examples/thread_pools.rs
@@ -72,7 +72,7 @@ async fn main() -> Result<()> {
72
73
/// Run queries directly on the current tokio `Runtime`
74
///
75
-/// This is now most examples in DataFusion are written and works well for
+/// This is how most examples in DataFusion are written and works well for
76
/// development and local query processing.
77
async fn same_runtime(ctx: &SessionContext, sql: &str) -> Result<()> {
78
// Calling .sql is an async function as it may also do network
0 commit comments