fix: typos

This commit is contained in:
Barrett Ruth 2025-06-05 17:53:28 -05:00
parent 3aad252b69
commit 475d2bfdd0
7 changed files with 19 additions and 19 deletions

View file

@ -98,7 +98,7 @@ std::thread ros_thread([this]() {
});
```
Data flows from a called subscription → queued signal → signal connected to a slot → slot runs the GUI]widget when scheduled.
Data flows from a called subscription → queued signal → signal connected to a slot → slot runs the GUI widget when scheduled.
```cpp
// 1. Subscribe to a topic