From 9a23c5aaaca88197db4771cfb2daf02facf3b062 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 31 Mar 2020 20:29:40 -0700 Subject: [PATCH] (doc) use c++ instead of cpp to mark a block of C++ code --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d4b3acc2..8439d04b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ ## Example code -```cpp +```c++ // Required on Windows ix::initNetSystem();