Skip to content

Commit 87d66f1

Browse files
committed
Fix links whose destination name changed
1 parent a4668f3 commit 87d66f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TSPL.docc/ReferenceManual/Declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ in a context where a throwing one is expected.
14831483
For more information about the type of a throwing function,
14841484
see <doc:Types#Function-Type>.
14851485
For examples of working with errors that have explicit types,
1486-
see <doc:ErrorHandling#Specifying-a-Concrete-Error-Type>.
1486+
see <doc:ErrorHandling#Specifying-the-Error-Type>.
14871487

14881488
You can't overload a function based only on whether the function can throw an error.
14891489
That said,

TSPL.docc/ReferenceManual/Statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ Swift infers the error type as follows:
914914
then Swift infers that the `do` statement throws `any Error`.
915915

916916
For more information about working with errors that have explicit types,
917-
see <doc:ErrorHandling#Specifying-a-Concrete-Error-Type>.
917+
see <doc:ErrorHandling#Specifying-the-Error-Type>.
918918

919919
If any statement in the `do` code block throws an error,
920920
program control is transferred

0 commit comments

Comments
 (0)