Merge pull request #306 from imhdx/master

修改错别字
This commit is contained in:
XiongNeng
2020-08-02 21:27:50 +08:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
----------
问题
----------
你想一个文件中写入数据,但是前提必须是这个文件在文件系统上不存在。
你想一个文件中写入数据,但是前提必须是这个文件在文件系统上不存在。
也就是不允许覆盖已存在的文件内容。
----------