Skip to content

Commit 568d081

Browse files
authored
Merge pull request #18208 from bob-wilson/doc-whitespace
Add doc whitespace to fix Sphinx error.
2 parents df22c36 + 5a96941 commit 568d081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ABI/TypeMetadata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,15 @@ as follows:
420420
- Protocol descriptors are context descriptors, so they are prefixed by context
421421
descriptor metadata. (FIXME: these are not yet documented)
422422
- The 16-bit kind-specific flags of a protocol are defined as follows:
423+
423424
* **Bit 0** is the **class constraint bit**. It is set if the protocol is
424425
**not** class-constrained, meaning that any struct, enum, or class type
425426
may conform to the protocol. It is unset if only classes can conform to
426427
the protocol.
427428
* **Bit 1** indicates that the protocol is **resilient**.
428429
* **Bits 2-7** indicate specify the **special protocol kind**. Only one
429430
special protocol kind is defined: the `Error` protocol has value 1.
431+
430432
- A pointer to the **name** of the protocol.
431433
- The number of generic requirements within the **requirement signature** of
432434
the protocol. The generic requirements themselves follow the fixed part

0 commit comments

Comments
 (0)