summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliotte Rusty Harold <elharo@users.noreply.github.com>2023-02-15 06:49:58 -0500
committerJens Geyer <Jens-G@users.noreply.github.com>2023-02-15 14:18:31 +0100
commit71df9a35885fda5e7a0b4dc201d2cb27a4ebba0d (patch)
tree5fe55265eba12cd6797f2829632cce72aadfbe90
parentdae5af6b8ce78f18bd3024873f58014a9fd845bb (diff)
downloadthrift-71df9a35885fda5e7a0b4dc201d2cb27a4ebba0d.tar.gz
fix typo
as --> and
-rw-r--r--doc/specs/thrift-binary-protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/thrift-binary-protocol.md b/doc/specs/thrift-binary-protocol.md
index af4bd8196..e751a022b 100644
--- a/doc/specs/thrift-binary-protocol.md
+++ b/doc/specs/thrift-binary-protocol.md
@@ -80,7 +80,7 @@ Where:
### Double encoding
Values of type `double` are first converted to an int64 according to the IEEE 754 floating-point "double format" bit
-layout. Most run-times provide a library to make this conversion. Both the binary protocol as the compact protocol then
+layout. Most run-times provide a library to make this conversion. Both the binary protocol and the compact protocol then
encode the int64 in 8 bytes in big endian order.
### Boolean encoding