Skip to content

Commit e5a95b1

Browse files
authored
Update custom-table-providers.md (#8409)
1 parent 26196e6 commit e5a95b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/library-user-guide/custom-table-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This section will also touch on how to have DataFusion use the new `TableProvide
2525

2626
## Table Provider and Scan
2727

28-
The `scan` method on the `TableProvider` is likely its most important. It returns an `ExecutionPlan` that DataFusion will use to read the actual data during execution o the query.
28+
The `scan` method on the `TableProvider` is likely its most important. It returns an `ExecutionPlan` that DataFusion will use to read the actual data during execution of the query.
2929

3030
### Scan
3131

0 commit comments

Comments
 (0)