Skip to content

Commit 366d77a

Browse files
authored
Merge pull request #31438 from eeckstein/fix-docs
docs: fix doc build error
2 parents fb7020f + af69128 commit 366d77a

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
@@ -577,7 +577,7 @@ There are very few safe changes to make to protocols and their members:
577577
themselves).
578578
- The ``@discardableResult`` and ``@warn_unqualified_access`` attributes may
579579
be added to or removed from a function requirement.
580-
- A new `associatedtype` requirement may be added (with the appropriate
580+
- A new ``associatedtype`` requirement may be added (with the appropriate
581581
availability), as long as it has a default implementation.
582582
- A new non-type requirement may be added (with the appropriate availability),
583583
as long as it has an unconstrained default implementation. If the requirement

0 commit comments

Comments
 (0)