Skip to content

Commit

Permalink
chore(AIP-162): fix markdown nested list (aip-dev#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
luangong authored Dec 2, 2024
1 parent 9820e6c commit d6f8083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip/general/0162.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ message BookRevision {
- The `message` name **must** be named `{ResourceType}Revision`.
- The resource revision **must** contain a field with a message type of the
parent resource, with a field name of `snapshot`.
- The value of `snapshot` **must** be the configuration of the parent
at the point in time the revision was created.
- The value of `snapshot` **must** be the configuration of the parent
at the point in time the revision was created.
- The resource revision **must** contain a `create_time` field (see [AIP-142][]).
- The resource revision **may** contain a repeated field `alternate_ids`, which would
contain a list of resource IDs that the revision is also known by (e.g. `latest`)
Expand Down

0 comments on commit d6f8083

Please sign in to comment.