From 66269320d39c764435a6db7056659e1430ce58f9 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Sun, 18 Dec 2022 19:19:36 -0800 Subject: [PATCH] Update README.md to fix capitalization and spelling (#1338) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b9dba8e51e..0c4e428b57b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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