From 77b32df775e624f54020974a22176afade4bf2af Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:42:12 -0700 Subject: [PATCH] MINOR: Fix typo in README.md - Fix 'effect on' -> 'affect' (correct verb form with direct object) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46e7808..d3482093 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ are serialized using the TCompactProtocol. ## Types The types supported by the file format are intended to be as minimal as possible, -with a focus on how the types effect on disk storage. For example, 16-bit ints +with a focus on how the types affect disk storage. For example, 16-bit ints are not explicitly supported in the storage format since they are covered by 32-bit ints with an efficient encoding. This reduces the complexity of implementing readers and writers for the format. The types are: