Skip to content

Commit 19b4a64

Browse files
committed
Correct typos in readme
1 parent 9c8dc80 commit 19b4a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/ffi/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with functions from other languages using a stable interface.
2525
See [API Docs] for details and examples.
2626

2727
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
2929
version of DataFusion. The driving use case has been the `datafusion-python`
3030
repository, but many other use cases may exist. We envision at least two
3131
use cases.
@@ -43,7 +43,7 @@ In this crate we have a variety of structs which closely mimic the behavior of
4343
their 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
4747
with `Foreign`. This variant is designed to be used by the consumer of the
4848
foreign code. The `Foreign` structs should _never_ access the `private_data`
4949
fields. Instead they should only access the data returned through the function

0 commit comments

Comments
 (0)