Skip to content

Commit 9f1ab34

Browse files
committed
Fix nits
Clarify in the summary that we are deprecating `soft_link` rather than removing it outright, and fix a reference to `softlink`.
1 parent d509d1a commit 9f1ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-rename-soft-link-to-symlink.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Summary
77

8-
Rename `std::fs::soft_link` into platform-specific versions:
8+
Deprecate `std::fs::soft_link` in favor of platform-specific versions:
99
`std::os::unix::fs::symlink`, `std::os::windows::fs::symlink_file`, and
1010
`std::os::windows::fs::symlink_dir`.
1111

@@ -103,7 +103,7 @@ that call `CreateSymbolicLink` with the appropriate arguments.
103103
Keep a deprecated compatibility wrapper `std::fs::soft_link` which wraps
104104
`std::os::unix::fs::symlink` or `std::os::windows::fs::symlink_file`,
105105
depending on the platform (as that is the current behavior of
106-
`std::fs::softlink`, to create a file symbolic link).
106+
`std::fs::soft_link`, to create a file symbolic link).
107107

108108
# Drawbacks
109109

0 commit comments

Comments
 (0)