Skip to content

Commit 32d304a

Browse files
committed
Fixed typing error
1 parent 273fbed commit 32d304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void test7(){
6262

6363
void test8(){
6464
CSVWriter csv;
65-
csv << "excape;me;please";
65+
csv << "escape;me;please";
6666
cout << csv << endl;
6767
}
6868

0 commit comments

Comments
 (0)