Skip to content

Commit a63ca21

Browse files
fix underscore typo in main concepts (#56)
1 parent 5e4d965 commit a63ca21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/learn-the-basics/main_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the time being, it is important to know that:
8888
- The number, name and kind of ports of a Node must be known at _compilation-time_ (C++);
8989
connections between ports are done at _deployment-time_ (XML).
9090

91-
- You can store as value any C++ type (we use a __type erasure_ technique
91+
- You can store as value any C++ type (we use a _type erasure_ technique
9292
similar to [std::any](https://www.fluentcpp.com/2021/02/05/how-stdany-works/)).
9393

9494

versioned_docs/version-3.8/learn-the-basics/main_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the time being, it is important to know that:
8888
- The number, name and kind of ports of a Node must be known at _compilation-time_ (C++);
8989
connections between ports are done at _deployment-time_ (XML).
9090

91-
- You can store as value any C++ type (we use a __type erasure_ technique
91+
- You can store as value any C++ type (we use a _type erasure_ technique
9292
similar to [std::any](https://www.fluentcpp.com/2021/02/05/how-stdany-works/)).
9393

9494

versioned_docs/version-4.0.2/learn-the-basics/main_concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For the time being, it is important to know that:
8888
- The number, name and kind of ports of a Node must be known at _compilation-time_ (C++);
8989
connections between ports are done at _deployment-time_ (XML).
9090

91-
- You can store as value any C++ type (we use a __type erasure_ technique
91+
- You can store as value any C++ type (we use a _type erasure_ technique
9292
similar to [std::any](https://www.fluentcpp.com/2021/02/05/how-stdany-works/)).
9393

9494

0 commit comments

Comments
 (0)