Skip to content

Commit f684dd1

Browse files
authored
v1.1
1 parent 4530b3d commit f684dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File_System.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ void writeFile() {
495495
cout << "当前没有打开的文件。" << endl;
496496
return;
497497
}
498-
cout << "请输入内容(输入 'END' 表示结束):" << endl;
498+
cout << "请从第二行开始输入内容(输入 'END' 表示结束):" << endl;
499499
string content;
500500
string line;
501501
while (true) {

0 commit comments

Comments
 (0)