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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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