Skip to content

Commit 9c28d0c

Browse files
authored
MINOR: Fix typo in README.md (#516)
- Fix 'effect on' -> 'affect' (correct verb form with direct object)
1 parent 3c7b130 commit 9c28d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ are serialized using the TCompactProtocol.
130130

131131
## Types
132132
The types supported by the file format are intended to be as minimal as possible,
133-
with a focus on how the types effect on disk storage. For example, 16-bit ints
133+
with a focus on how the types affect disk storage. For example, 16-bit ints
134134
are not explicitly supported in the storage format since they are covered by
135135
32-bit ints with an efficient encoding. This reduces the complexity of implementing
136136
readers and writers for the format. The types are:

0 commit comments

Comments
 (0)