mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 09:43:06 +08:00
fix: spelling mistake for "Visual" (#1853)
For the comment "// use this for MS Visucal C++" Change "Visucal" to "Visual"
This commit is contained in:
@@ -4,7 +4,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