File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ with functions from other languages using a stable interface.
2525See [ API Docs] for details and examples.
2626
2727We expect this crate may be used by both sides of the FFI. This allows users
28- to create modules that can interoperate with the necessity of using the same
28+ to create modules that can interoperate without the necessity of using the same
2929version of DataFusion. The driving use case has been the ` datafusion-python `
3030repository, but many other use cases may exist. We envision at least two
3131use cases.
@@ -43,7 +43,7 @@ In this crate we have a variety of structs which closely mimic the behavior of
4343their internal counterparts. In the following example, we will refer to the
4444` TableProvider ` , but the same pattern exists for other structs.
4545
46- Each of the exposted structs in this crate is provided with a variant prefixed
46+ Each of the exposed structs in this crate is provided with a variant prefixed
4747with ` Foreign ` . This variant is designed to be used by the consumer of the
4848foreign code. The ` Foreign ` structs should _ never_ access the ` private_data `
4949fields. Instead they should only access the data returned through the function
You can’t perform that action at this time.
0 commit comments