Skip to content

Commit 236ef94

Browse files
committed
Cosmetic update to tutorial1.
1 parent 4b09388 commit 236ef94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tutorial1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ the provided interface class passed as first template parameter.
134134
135135
The inheritance hierarchy looks like this:
136136
```
137-
(Msg1<TMsgBase>) --> (MessageBase<TMsgBase, ...>) --> TMsgBase
137+
(Msg1<TMsgBase>) --> (MessageBase<TMsgBase, ...>) --> TMsgBase
138138
```
139139

140140
The **comms::MessageBase** class is there to **automatically** implement various operations of message payload as

0 commit comments

Comments
 (0)