WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d6f8083

Browse files
authored
chore(AIP-162): fix markdown nested list (#1450)
1 parent 9820e6c commit d6f8083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aip/general/0162.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ message BookRevision {
6666
- The `message` name **must** be named `{ResourceType}Revision`.
6767
- The resource revision **must** contain a field with a message type of the
6868
parent resource, with a field name of `snapshot`.
69-
- The value of `snapshot` **must** be the configuration of the parent
70-
at the point in time the revision was created.
69+
- The value of `snapshot` **must** be the configuration of the parent
70+
at the point in time the revision was created.
7171
- The resource revision **must** contain a `create_time` field (see [AIP-142][]).
7272
- The resource revision **may** contain a repeated field `alternate_ids`, which would
7373
contain a list of resource IDs that the revision is also known by (e.g. `latest`)

0 commit comments

Comments
 (0)