diff --git a/_posts/2023-07-26-rust-re-export.md b/_posts/2023-07-26-rust-re-export.md index 62869b6..ecbdae0 100644 --- a/_posts/2023-07-26-rust-re-export.md +++ b/_posts/2023-07-26-rust-re-export.md @@ -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.