Skip to content

Commit

Permalink
Fix spelling in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhang24 authored Sep 25, 2023
1 parent 91b3a9f commit e31c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main() {
writer.addChannel(chatterPublisher);

// Create a message payload. This would typically be done by your own
// serialiation library. In this example, we manually create ROS1 binary data
// serialization library. In this example, we manually create ROS1 binary data
std::array<std::byte, 4 + 13> payload;
const uint32_t length = 13;
std::memcpy(payload.data(), &length, 4);
Expand Down

0 comments on commit e31c1ba

Please sign in to comment.