Skip to content

Commit 5370dd5

Browse files
authored
chore(AIP-192): fix bullets (#1438)
1 parent c316a88 commit 5370dd5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

aip/general/0192.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,17 @@ documentation page containing the diagram as an image.
9595
A comment can "link" to another component (service, method, message, field,
9696
enum, or enum value) as a Markdown reference link. The reference **must** be one
9797
of the following forms:
98+
9899
- The fully-qualified name of the element e.g. `[Book][google.example.v1.Book]`
99100
- A scope-relative reference qualified e.g. `[Sci-Fi genre][Genre.GENRE_SCI_FI]`
100101
- An implied reference e.g. `[Book][]` which equates to `[Book][Book]`
101102

102-
These references are solved as per [name resolution][] rules.
103+
These references are resolved as per [name resolution][] rules.
103104

104105
Containing fields names **must not** be used in references. They will not
105106
resolve. The original definition **must** be referenced instead. For example,
106107
`[author][Book.author.family_name]` where `author` is a field of `Book`, will
107-
not resolve, but `[author][Author.family_name]` would.
108+
not resolve, but `[author][Author.family_name]` will.
108109

109110
[name resolution]: https://protobuf.dev/programming-guides/proto3/#name-resolution
110111

0 commit comments

Comments
 (0)