Fixed typo

Thanks Luke!
This commit is contained in:
R Tyler Croy 2023-08-22 14:59:10 -07:00
parent d801c3caf0
commit ee0558ee2c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ in the case of `arrow` and `datafusion` I can just increment the major version
every release.
By re-exporting symbols from those two crates, downstream users of the
`deltalake` packagew ill have a stable `RecordBatch` type ABI to work with for
`deltalake` package will have a stable `RecordBatch` type ABI to work with for
every release, and can _largely_ ignore non-API breaking changes such as
struct layout changes, etc.