Skip to content

Commit 495d429

Browse files
fix typo (#81)
1 parent 2be46ad commit 495d429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Ch03/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ $ cp [OPTION] SOURCE... DIRECTORY
594594

595595
??? tip "硬链接和软链接"
596596

597-
cp 的 `-l` 和 `-s` 参数分布为创建硬链接和软链接(又称为“符号链接”)。
597+
cp 的 `-l` 和 `-s` 参数分别为创建硬链接和软链接(又称为“符号链接”)。
598598

599599
简单而言,一个文件的硬链接和软链接都指向文件自身,但是在底层有不同的实现。
600600

0 commit comments

Comments
 (0)