File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,8 +402,8 @@ Objective-C ``Protocol`` objects. The layout is as follows:
402
402
only be conformed to by classes.)
403
403
* **Bit 2 ** is the **witness table bit **. It is set if dispatch to the
404
404
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
407
407
through ``objc_msgSend `` and requires no additional information to accompany
408
408
a value of conforming type.
409
409
* **Bit 31 ** is set by the Objective-C runtime when it has done its
You can’t perform that action at this time.
0 commit comments