Skip to content

Fix incorrect indentation in docs. #14438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/ABI/TypeMetadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,11 @@ contains:
describing the conformance itself; the form of this field is determined by the
**protocol conformance flags** described below.
- The **protocol conformance flags** is a 32-bit field comprised of:

* **Bits 0-3** contain the type metadata record kind, which indicates how
the **conforming type** field is encoded.
* **Bits 4-5** contain the kind of witness table. The value can be one of:

0) The **witness table field** is a reference to a witness table.
1) The **witness table field** is a reference to a **witness table
accessor** function for an unconditional conformance.
Expand Down