Skip to content

Commit

Permalink
Update README.md to fix capitalization and spelling (jorgecarleitao#1338
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yerke authored and ritchie46 committed Apr 5, 2023
1 parent c3cb0b0 commit cabd34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This crate uses `unsafe` when strictly necessary:
We have extensive tests over these, all of which run and pass under MIRI.
Most uses of `unsafe` fall into 3 categories:

* The Arrow format has invariants over utf8 that can't be written in safe Rust
* The Arrow format has invariants over UTF-8 that can't be written in safe Rust
* `TrustedLen` and trait specialization are still nightly features
* FFI

Expand All @@ -71,8 +71,8 @@ them (see e.g. `.cargo/audit.yaml` and `.github/workflows/security.yaml`).

Reading from untrusted data currently _may_ `panic!` on the following formats:

* parquet
* avro
* Apache Parquet
* Apache Avro

We are actively addressing this.

Expand Down Expand Up @@ -121,7 +121,7 @@ unsuitable for this type of work:

This implies that the crate version is independent of the changelog or its API stability,
which violates SemVer. This procedure makes the crate incompatible with
Rusts' (and many others') ecosystem that heavily relies on SemVer to constraint
Rust's (and many others') ecosystem that heavily relies on SemVer to constraint
software versions.

Secondly, this implies the arrow crate is versioned as `>0.x`. This places
Expand Down

0 comments on commit cabd34d

Please sign in to comment.