Skip to content

Commit 158cc03

Browse files
pybind11_protobuf authorscopybara-github
pybind11_protobuf authors
authored andcommitted
Fix typo s/convets/converts/.
PiperOrigin-RevId: 470033352
1 parent 2f337d6 commit 158cc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybind11_protobuf/native_proto_caster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "pybind11_protobuf/proto_caster_impl.h"
2424

2525
// pybind11::type_caster<> specialization for ::google::protobuf::Message types that
26-
// that convets protocol buffer objects between C++ and python representations.
26+
// that converts protocol buffer objects between C++ and python representations.
2727
// This binder supports binaries linked with both native python protos
2828
// and fast cpp python protos.
2929
//

0 commit comments

Comments
 (0)