Skip to content

Commit af69128

Browse files
committed
docs: fix doc build error
1 parent 546848f commit af69128

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)