Skip to content

Commit 249f9c2

Browse files
committed
escape c++ properly
1 parent 7ddaf77 commit 249f9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer-manual/en/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The developer manual offers programmers documentation and examples useful in wor
1212

1313
To work with FIFE effectively, you should be familiar with:
1414

15-
* *C++17* — the engine core is written in C++; knowledge of modern C++ features is expected
15+
* *C{plus}{plus}17* — the engine core is written in C{plus}{plus}
1616
* *Python 3* — for scripting and binding development
1717
* *CMake* — used as the build system for all platforms
1818
* *Basic game engine concepts* — entity/component patterns, rendering pipelines, event systems

0 commit comments

Comments
 (0)