File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1064,12 +1064,12 @@ private func mayNeedNormalization(absolute string: String) -> Bool {
10641064// MARK: - `AbsolutePath` backwards compatibility, delete after deprecation period.
10651065
10661066extension AbsolutePath {
1067- @available ( * , deprecated, message: " use throwing variant instead " )
1067+ @available ( * , deprecated, message: " use throwing `init(validating:)` variant instead " )
10681068 public init ( _ absStr: String ) {
10691069 try ! self . init ( validating: absStr)
10701070 }
10711071
1072- @available ( * , deprecated, message: " use throwing variant instead " )
1072+ @available ( * , deprecated, message: " use throwing `init(validating:relativeTo:)` variant instead " )
10731073 public init ( _ str: String , relativeTo basePath: AbsolutePath ) {
10741074 try ! self . init ( validating: str, relativeTo: basePath)
10751075 }
You can’t perform that action at this time.
0 commit comments