Skip to content

Commit dd638db

Browse files
zuyuczentgr
authored andcommitted
[native] Fix typos in ProtocolToThrift README
1 parent 38ca2ec commit dd638db

File tree

1 file changed

+2
-2
lines changed
  • presto-native-execution/presto_cpp/main/thrift

1 file changed

+2
-2
lines changed

presto-native-execution/presto_cpp/main/thrift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ProtocolToThrift-cpp.mustache | | ProtocolToThrift-hpp.mus
3232
chevron <-------------+ chevron <-------------+
3333
| |
3434
v v
35-
ProtocolToThrift.cpp ProtocolToThrift.cpp
35+
ProtocolToThrift.cpp ProtocolToThrift.h
3636
</code></pre>
3737

3838
`thrift2json.py` uses ptsd_jbroll a fork of the ptsd Thrift parser to produce a
@@ -44,4 +44,4 @@ conversion from JSON internal srtruct to Thrift structs in
4444

4545
`presto_protocol-to-thrift-json.json` is used by chevron templates
4646
`ProtocolToThrift-cpp.mustache` and `ProtocolToThrift-hpp.mustache` to produce
47-
the actual C++ code in `ProtocolToThrift.cpp` and `ProtocolToThrift.cpp`.
47+
the actual C++ code in `ProtocolToThrift.cpp` and `ProtocolToThrift.h`.

0 commit comments

Comments
 (0)