(doc) use c++ instead of cpp to mark a block of C++ code

This commit is contained in:
Benjamin Sergeant 2020-03-31 20:29:40 -07:00
parent d81e4d4fc0
commit 9a23c5aaac

View File

@ -13,7 +13,7 @@
## Example code ## Example code
```cpp ```c++
// Required on Windows // Required on Windows
ix::initNetSystem(); ix::initNetSystem();