We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7b130 commit 9c28d0cCopy full SHA for 9c28d0c
1 file changed
README.md
@@ -130,7 +130,7 @@ are serialized using the TCompactProtocol.
130
131
## Types
132
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
+with a focus on how the types affect disk storage. For example, 16-bit ints
134
are not explicitly supported in the storage format since they are covered by
135
32-bit ints with an efficient encoding. This reduces the complexity of implementing
136
readers and writers for the format. The types are:
0 commit comments