Skip to content

Commit

Permalink
Fix table. (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero authored Sep 26, 2021
1 parent bc37eb0 commit 73bfba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/03_nodesAndTopics.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following symbols are not allowed as part of the topic name: `@`, `:=`, `~`.
| //image | Invalid | Contains two consecutive `//` |
| / | Invalid | `/` topic is not allowed |
| ~myTopic | Invalid | Symbol `~` not allowed |
| @myTopic | Invalid | Symbol `@` not allowed |
| `@`myTopic | Invalid | Symbol `@` not allowed |
| myTopic:= | Invalid | Symbol `:=` not allowed |

## Topic scope
Expand Down

0 comments on commit 73bfba7

Please sign in to comment.