Skip to content

Commit 0ffef4a

Browse files
haoyuzcopybara-github
authored andcommitted
Fix example code with mismatched brackets.
PiperOrigin-RevId: 570493766
1 parent 9105cfc commit 0ffef4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PYBIND11_MODULE(my_module, m) {
151151
m.def("mutate_message", [](MyMessage in) {
152152
MutateMessage(&in);
153153
return in;
154-
}),
154+
},
155155
pybind11::arg("in"));
156156
}
157157
```

0 commit comments

Comments
 (0)