fix: replace languages preceded by space

This commit is contained in:
Randell Dawson
2019-06-21 13:09:17 -07:00
committed by Kristofer Koishigawa
parent 2b553d31b6
commit 8ce1b374e3
7 changed files with 23 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ Note that inlining is only a request to the compiler, not a command. The compile
* When performance is important.
* Instead of a macro.
``` c++
```cpp
#include<iostream>
using namespace std;