Skip to content

Commit 4398192

Browse files
authored
Fix typo in tutorial_12_default_ports.md (#40)
1 parent a6787b2 commit 4398192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial-advanced/tutorial_12_default_ports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BT::InputPort<Point2D>("pointA", Point2D{1, 2}, "...");
4141

4242
If the template specialization `convertFromString<Point2D>()` is implemented, we can use that too.
4343

44-
In other words, the following syntaxes should be equivalent, if our **converFromString** expects
44+
In other words, the following syntaxes should be equivalent, if our **convertFromString** expects
4545
two comma-separated values:
4646

4747
```cpp
@@ -78,4 +78,4 @@ You can still use "{=}" when the two names are the same.
7878
BT::OutputPort<Point2D>("result", "{target}", "point by default to BB entry {target}");
7979
};
8080
}
81-
```
81+
```

0 commit comments

Comments
 (0)