mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-03 10:39:42 +08:00
docs: Fix spelling typo (#1058)
This commit is contained in:
committed by
GitHub
parent
ea3071d52a
commit
f255e3f1fa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user