docs: Fix spelling typo (#1058)

This commit is contained in:
Raman Preet Singh
2020-08-27 20:03:10 +05:30
committed by GitHub
parent ea3071d52a
commit f255e3f1fa

View File

@@ -14,7 +14,7 @@
#include <iostream>
#ifdef _MSC_VER
#include <string> // use this for MS Visucal C++
#include <string> // use this for MS Visual C++
#else
#include <cstring>
#endif