diff --git a/translated/tech/20210326 How to read and write files in C.md b/translated/tech/20210326 How to read and write files in C.md index 67d7b6c583..72250fde0f 100644 --- a/translated/tech/20210326 How to read and write files in C.md +++ b/translated/tech/20210326 How to read and write files in C.md @@ -10,7 +10,7 @@ 如何用 C++ 读写文件 ====== -如果你知道如何在 C++ 中使用输入输出I/O输入输出I/O流,那么你便能够(原则上)处理任何类型的输入输出设备。 +如果你知道如何在 C++ 中使用输入输出I/O流,那么你便能够(原则上)处理任何类型的输入输出设备。 ![Computer screen with files or windows open][1]