Skip to content

Commit b5aa1b3

Browse files
authored
Merge pull request #20183 from eeckstein/fix-docs
docs: Fix doc build error in LibraryEvolution.rst
2 parents 95e1c55 + bd8d155 commit b5aa1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LibraryEvolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ There are very few safe changes to make to protocols and their members:
851851
New requirements can be added to a protocol. However, restrictions around
852852
existential types mean that adding new associated types or non-type requirements
853853
involving ``Self`` can break source compatibility. For this reason, the following
854-
are `binary-compatible source-breaking changes`:
854+
are `binary-compatible source-breaking changes <binary-compatible source-breaking change>`:
855855

856856
- A new non-type requirement may be added to a protocol, as long as it has an
857857
unconstrained default implementation in a protocol extension of the

0 commit comments

Comments
 (0)