This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3323,7 +3323,7 @@ impl Error for StripPrefixError {
33233323///
33243324/// # Examples
33253325///
3326- /// ## Posix paths
3326+ /// ## POSIX paths
33273327///
33283328/// ```
33293329/// # #[cfg(unix)]
@@ -3369,9 +3369,12 @@ impl Error for StripPrefixError {
33693369/// ```
33703370///
33713371/// For verbatim paths this will simply return the path as given. For other
3372- /// paths this is currently equivalent to calling [`GetFullPathNameW`][windows-path]
3373- /// This may change in the future .
3372+ /// paths this is currently equivalent to calling
3373+ /// [`GetFullPathNameW`][windows-path] .
33743374///
3375+ /// Note that this [may change in the future][changes].
3376+ ///
3377+ /// [changes]: io#platform-specific-behavior
33753378/// [posix-semantics]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13
33763379/// [windows-path]: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfullpathnamew
33773380#[ stable( feature = "absolute_path" , since = "1.79.0" ) ]
You can’t perform that action at this time.
0 commit comments