File tree 1 file changed +2
-2
lines changed
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.
25
25
See [ API Docs] for details and examples.
26
26
27
27
We 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
29
29
version of DataFusion. The driving use case has been the ` datafusion-python `
30
30
repository, but many other use cases may exist. We envision at least two
31
31
use cases.
@@ -43,7 +43,7 @@ In this crate we have a variety of structs which closely mimic the behavior of
43
43
their internal counterparts. In the following example, we will refer to the
44
44
` TableProvider ` , but the same pattern exists for other structs.
45
45
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
47
47
with ` Foreign ` . This variant is designed to be used by the consumer of the
48
48
foreign code. The ` Foreign ` structs should _ never_ access the ` private_data `
49
49
fields. Instead they should only access the data returned through the function
You can’t perform that action at this time.
0 commit comments