Skip to content

Commit 12f317d

Browse files
committed
formatting
1 parent 2c0f1fa commit 12f317d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/ffi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ it would not have knowledge of anything registered afterward.
119119
The `FFI_TaskContextProvider` is built from a trait that provides a method
120120
to get the current `TaskContext`. `FFI_TaskContextProvider` only holds a
121121
`Weak` reference to the `TaskContextProvider`, because otherwise we could
122-
create a circular dependency at runtime. It is imperative that if you use
123-
these methods that your accessor remains valid for the lifetime of the
122+
create a circular dependency at runtime. It is imperative that if you use
123+
these methods that your provider remains valid for the lifetime of the
124124
calls. The `FFI_TaskContextProvider` is implemented on `SessionContext`
125125
and it is easy to implement on an struct that implements `Session`.
126126

0 commit comments

Comments
 (0)