Skip to content

Commit 52c91f2

Browse files
authored
Merge pull request yidao620c#306 from imhdx/master
修改错别字
2 parents 6295301 + d9e1750 commit 52c91f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c05/p05_write_to_file_not_exist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
----------
66
问题
77
----------
8-
你想像一个文件中写入数据,但是前提必须是这个文件在文件系统上不存在。
8+
你想向一个文件中写入数据,但是前提必须是这个文件在文件系统上不存在。
99
也就是不允许覆盖已存在的文件内容。
1010

1111
----------

0 commit comments

Comments
 (0)