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 {
3323
3323
///
3324
3324
/// # Examples
3325
3325
///
3326
- /// ## Posix paths
3326
+ /// ## POSIX paths
3327
3327
///
3328
3328
/// ```
3329
3329
/// # #[cfg(unix)]
@@ -3369,9 +3369,12 @@ impl Error for StripPrefixError {
3369
3369
/// ```
3370
3370
///
3371
3371
/// 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] .
3374
3374
///
3375
+ /// Note that this [may change in the future][changes].
3376
+ ///
3377
+ /// [changes]: io#platform-specific-behavior
3375
3378
/// [posix-semantics]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13
3376
3379
/// [windows-path]: https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfullpathnamew
3377
3380
#[ stable( feature = "absolute_path" , since = "1.79.0" ) ]
0 commit comments