Skip to content

Commit ca7b141

Browse files
committed
[Gardening] Remove one last dangling link
1 parent 699510c commit ca7b141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ABI/TypeMetadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ Objective-C ``Protocol`` objects. The layout is as follows:
402402
only be conformed to by classes.)
403403
* **Bit 2** is the **witness table bit**. It is set if dispatch to the
404404
protocol's methods is done through a witness table, which is either passed
405-
as an extra parameter to generic functions or included in the `existential
406-
container layout`_ of protocol types. It is unset if dispatch is done
405+
as an extra parameter to generic functions or included in the existential
406+
container layout of protocol types. It is unset if dispatch is done
407407
through ``objc_msgSend`` and requires no additional information to accompany
408408
a value of conforming type.
409409
* **Bit 31** is set by the Objective-C runtime when it has done its

0 commit comments

Comments
 (0)